MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ get_budget_width()

uint32_t MayaFlux::Buffers::TextBuffer::get_budget_width ( ) const
inline

Full allocated GPU texture width.

Equal to get_width() when no budget was set.

Definition at line 46 of file TextBuffer.hpp.

47 {
49 }
uint32_t m_budget_width
Allocated GPU texture width when a budget was requested.