Optional
props: PropsProtected
definedProtected
nodeReadonly
programProtected
propsReadonly
resolvedReadonly
shaderReadonly
shaderReadonly
stageSets the value of a vec4 uniform variable.
The location of the uniform variable.
The first component of the vector.
The second component of the vector.
The third component of the vector.
The fourth component of the vector.
Sets the value of a ivec4 uniform variable.
The location of the uniform variable.
The first component of the vector.
The second component of the vector.
The third component of the vector.
The fourth component of the vector.
CoreShaderNode is a base class that manages the shader prop values. When a prop is being updated the CoreShaderNode will notify either the associated CoreNode, or the Stage that there has been a change and a new render of the scene.