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

◆ set_texture_processor()

void MayaFlux::Buffers::TextureBuffer::set_texture_processor ( const std::shared_ptr< TextureProcessor > &  processor)
inlineprotected

Allow inherited classes to set the TextureProcessor directly.

Parameters
processorShared pointer to the TextureProcessor managing this buffer

Definition at line 200 of file TextureBuffer.hpp.

201 {
202 m_texture_processor = processor;
203 }
std::shared_ptr< TextureProcessor > m_texture_processor

Referenced by MayaFlux::Buffers::VideoContainerBuffer::setup_processors().

+ Here is the caller graph for this function: