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

◆ RootGraphicsUnit()

MayaFlux::Buffers::RootGraphicsUnit::RootGraphicsUnit ( )

Definition at line 41 of file TokenUnitManager.cpp.

42 : root_buffer(std::make_shared<RootGraphicsBuffer>())
43 , processing_chain(std::make_shared<BufferProcessingChain>())
44{
46}
@ GRAPHICS_BACKEND
Standard graphics processing backend configuration.
std::shared_ptr< RootGraphicsBuffer > root_buffer
std::shared_ptr< BufferProcessingChain > processing_chain

References MayaFlux::Buffers::GRAPHICS_BACKEND, and processing_chain.