|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
|
overridevirtual |
Set the buffer's default processor.
Attaches a processor that will be invoked by process_default(). The previous default processor (if any) is detached first.
| processor | Shared pointer to a BufferProcessor or nullptr to clear. |
Implements MayaFlux::Buffers::Buffer.
Definition at line 265 of file VKBuffer.cpp.
References m_default_processor.
Referenced by MayaFlux::Buffers::RootGraphicsBuffer::initialize(), MayaFlux::Buffers::DescriptorBuffer::initialize(), MayaFlux::Buffers::TextureBindBuffer::setup_processors(), MayaFlux::Buffers::GeometryBuffer::setup_processors(), MayaFlux::Buffers::NetworkGeometryBuffer::setup_processors(), and MayaFlux::Buffers::TextureBuffer::setup_processors().
Here is the caller graph for this function: