MayaFlux 0.2.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 388 of file RootGraphicsBuffer.cpp.

389{
390 return std::make_shared<GraphicsBatchProcessor>(shared_from_this());
391}

Referenced by initialize().

+ Here is the caller graph for this function: