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

◆ get_render_processor()

std::shared_ptr< RenderProcessor > MayaFlux::Buffers::TextureBuffer::get_render_processor ( ) const
inlineoverridevirtual

Get a RenderProcessor suitable for rendering this buffer.

Returns
Shared pointer to a RenderProcessor, or nullptr if not renderable

By default returns nullptr. Derived classes that support rendering should override this to return an appropriate RenderProcessor instance.

Reimplemented from MayaFlux::Buffers::VKBuffer.

Definition at line 190 of file TextureBuffer.hpp.

191 {
192 return m_render_processor;
193 }
std::shared_ptr< RenderProcessor > m_render_processor

Referenced by MayaFlux::Buffers::TextBuffer::setup_rendering().

+ Here is the caller graph for this function: