|
MayaFlux 0.2.0
Digital-First Multimedia Processing Framework
|
|
inlinevirtual |
Update the render configuration and mark as dirty.
| config | New 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.