NodeLink.markUniformsClean¶
This page documents the NodeLink.markUniformsClean method.
Summary¶
NodeLink.markUniformsClean clears the nodelink's uniform dirty flag. Renderer and other internal runtime code use it after uniform data has been consumed.
Most application code only needs to read NodeLink.dirtyUniforms.
Syntax¶
Parameters¶
This API does not take parameters.
Returns¶
void - No return value. The call clears the uniform dirty flag on this nodelink.