com.threerings.opengl.renderer.config
Class ShaderConfig.ExpressionUniformConfig
java.lang.Object
com.threerings.util.DeepObject
com.threerings.opengl.renderer.config.ShaderConfig.UniformConfig
com.threerings.opengl.renderer.config.ShaderConfig.ExpressionUniformConfig
- All Implemented Interfaces:
- Exportable, Copyable, Cloneable
- Direct Known Subclasses:
- ShaderConfig.BooleanExprUniformConfig, ShaderConfig.ColorExprUniformConfig, ShaderConfig.FloatExprUniformConfig, ShaderConfig.IntegerExprUniformConfig, ShaderConfig.TransformExprUniformConfig
- Enclosing class:
- ShaderConfig
public abstract static class ShaderConfig.ExpressionUniformConfig
- extends ShaderConfig.UniformConfig
Base class for expression-derived uniforms.
ShaderConfig.ExpressionUniformConfig
public ShaderConfig.ExpressionUniformConfig()
createUniforms
public void createUniforms(Scope scope,
Program program,
List<Program.Uniform> uniforms,
List<Updater> updaters)
- Description copied from class:
ShaderConfig.UniformConfig
- Creates the uniform objects for this config and adds them to the provided list.
- Specified by:
createUniforms in class ShaderConfig.UniformConfig
Copyright © 2011. All Rights Reserved.