|
MayaFlux 0.2.0
Digital-First Multimedia Processing Framework
|
| RootGraphicsUnit & MayaFlux::Buffers::TokenUnitManager::get_graphics_unit_mutable | ( | ProcessingToken | token | ) |
Gets an existing graphics unit without creating if missing (mutable)
| token | Processing domain |
| std::out_of_range | if token not found |
This is a query-only operation; will not create a unit if missing. Mutable version for operations that need to modify the unit in-place.
Definition at line 160 of file TokenUnitManager.cpp.
References m_graphics_units, and token.
Referenced by MayaFlux::Buffers::BufferAccessControl::remove_graphics_buffer(), MayaFlux::Buffers::BufferProcessingControl::remove_graphics_processor(), MayaFlux::Buffers::BufferProcessingControl::set_graphics_final_processor(), and MayaFlux::Buffers::BufferAccessControl::terminate_active_buffers().
Here is the caller graph for this function: