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

◆ initialize()

void MayaFlux::Buffers::DescriptorBuffer::initialize ( )

Initialize the buffer and its processors.

Definition at line 21 of file DescriptorBuffer.cpp.

22{
23 m_bindings_processor = std::make_shared<DescriptorBindingsProcessor>(m_config);
25}
std::shared_ptr< DescriptorBindingsProcessor > m_bindings_processor
void set_default_processor(std::shared_ptr< Buffers::BufferProcessor > processor) override
Set the buffer's default processor.
Definition VKBuffer.cpp:265

References m_bindings_processor, m_config, and MayaFlux::Buffers::VKBuffer::set_default_processor().

+ Here is the call graph for this function: