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

◆ mark_render_config_dirty()

virtual void MayaFlux::Buffers::VKBuffer::mark_render_config_dirty ( bool  is_dirty = true)
inlinevirtual

Mark config as changed (processors will detect and react)

Parameters
is_dirtyWhether the config is now dirty (default: true) NOTE: Child classes override this to call their internal setup_rendering() with the new config, which may have additional side effects.

Definition at line 453 of file VKBuffer.hpp.

453{ m_render_config_dirty = is_dirty; }