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

◆ create_default_processor()

std::shared_ptr< BufferProcessor > MayaFlux::Buffers::RootGraphicsBuffer::create_default_processor ( )
private

Creates the default graphics batch processor.

Returns
Shared pointer to new GraphicsBatchProcessor

Definition at line 345 of file RootGraphicsBuffer.cpp.

346{
347 return std::make_shared<GraphicsBatchProcessor>(shared_from_this());
348}

Referenced by initialize().

+ Here is the caller graph for this function: