|
MayaFlux 0.2.0
Digital-First Multimedia Processing Framework
|
| void MayaFlux::Buffers::NodeTextureBuffer::setup_rendering | ( | const RenderConfig & | config | ) |
Setup rendering with RenderProcessor.
| config | Rendering configuration |
Configures the buffer for direct rendering to screen. The GPU texture will be bound and drawn automatically.
Definition at line 85 of file NodeTextureBuffer.cpp.
References MayaFlux::Buffers::NodeTextureBuffer::RenderConfig::additional_textures, MayaFlux::Journal::Buffers, MayaFlux::Buffers::NodeTextureBuffer::RenderConfig::default_texture_binding, MayaFlux::Buffers::NodeTextureBuffer::RenderConfig::fragment_shader, get_gpu_texture(), MayaFlux::Buffers::VKBuffer::get_processing_chain(), MayaFlux::Journal::Init, m_binding_name, m_render_processor, MF_INFO, MayaFlux::Buffers::NodeTextureBuffer::RenderConfig::target_window, MayaFlux::Buffers::NodeTextureBuffer::RenderConfig::topology, and MayaFlux::Buffers::NodeTextureBuffer::RenderConfig::vertex_shader.
Here is the call graph for this function: