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

◆ set_render_config()

virtual void MayaFlux::Buffers::VKBuffer::set_render_config ( const RenderConfig config)
inlinevirtual

Update the render configuration and mark as dirty.

Parameters
configNew RenderConfig to apply

This will update the buffer's render configuration and set the dirty flag, signaling to any RenderProcessor that it needs to reconfigure rendering for this buffer. NOTE: Child classes override this to call their internal setup_rendering() with the new config, which may have additional side effects.

Definition at line 474 of file VKBuffer.hpp.

475 {
476 m_render_config = config;
478 }