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

◆ get_budget_height()

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

Full allocated GPU texture height.

Equal to get_height() when no budget was set.

Definition at line 55 of file TextBuffer.hpp.

56 {
58 }
uint32_t m_budget_height
Allocated GPU texture height when a budget was requested.