UniformArrayParams Interface

Parameters used to define an array of uniform variables for a ScreenSpaceEffectBuilder's shader program.

@see ScreenSpaceEffectBuilder.addUniformArray to add a uniform array to an effect shader.

Extends

Properties

Name Type Description
length number The number of elements in the array.  

Inherited properties

Name Type Inherited from Description
bind (uniform: Uniform, context: UniformContext) => void UniformParams  
name string UniformParams The name of the variable.
type UniformType UniformParams The data type of the uniform variable.

Defined in

Last Updated: 16 April, 2024