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

◆ has_budget()

bool MayaFlux::Buffers::TextBuffer::has_budget ( ) const
inline

Whether this buffer was created with a pre-allocated budget exceeding the initial content dimensions.

Definition at line 40 of file TextBuffer.hpp.

40{ return m_budget_width > 0; }
uint32_t m_budget_width
Allocated GPU texture width when a budget was requested.