UniformParams Interface

Parameters used to define a uniform variable for a ScreenSpaceEffectBuilder's shader program.

@see ScreenSpaceEffectBuilder.addUniform to add a uniform variable to an effect shader.

Properties

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

Defined in

Last Updated: 29 March, 2024