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

◆ set_token_active()

void MayaFlux::Buffers::RootGraphicsBuffer::set_token_active ( bool  active)
inlineoverridevirtual

Activates/deactivates processing for the current token.

Parameters
activeWhether this buffer should process when its token is active

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

Definition at line 149 of file RootGraphicsBuffer.hpp.

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