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

◆ initialize()

void MayaFlux::Buffers::RootGraphicsBuffer::initialize ( )

Initializes the root buffer with default processor.

For graphics, this sets up a GraphicsBatchProcessor as the default processor which handles coordinating child buffer processing.

Definition at line 317 of file RootGraphicsBuffer.cpp.

318{
319 auto batch_processor = create_default_processor();
320 if (batch_processor) {
321 set_default_processor(batch_processor);
322 }
323}
std::shared_ptr< BufferProcessor > create_default_processor()
Creates the default graphics batch processor.
void set_default_processor(const std::shared_ptr< BufferProcessor > &processor) override
Set the buffer's default processor.
Definition VKBuffer.cpp:261

References create_default_processor(), and MayaFlux::Buffers::VKBuffer::set_default_processor().

+ Here is the call graph for this function: