Skip to content

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

NodeLink.markUniformsClean(): void

nodeLink.markUniformsClean();

Parameters

This API does not take parameters.

Returns

void - No return value. The call clears the uniform dirty flag on this nodelink.

See Also