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

◆ is_token_active()

bool MayaFlux::Buffers::RootGraphicsBuffer::is_token_active ( ) const
inlineoverridevirtual

Checks if the buffer is active for its assigned token.

Returns
True if the buffer will process when its token is processed

Implements MayaFlux::Buffers::RootBuffer< VKBuffer >.

Definition at line 155 of file RootGraphicsBuffer.hpp.

155{ return m_token_active; }
bool m_token_active
Flag indicating if this buffer is active for token processing.