MayaFlux 0.2.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 173 of file TextureBuffer.hpp.

174 {
175 m_texture_processor = processor;
176 }
std::shared_ptr< TextureProcessor > m_texture_processor

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

+ Here is the caller graph for this function: