com.threerings.opengl.renderer.config
Class ShaderConfig.Original
java.lang.Object
com.threerings.util.DeepObject
com.threerings.opengl.renderer.config.ShaderConfig.Implementation
com.threerings.opengl.renderer.config.ShaderConfig.Original
- All Implemented Interfaces:
- Exportable, Copyable, Cloneable
- Direct Known Subclasses:
- ShaderConfig.Fragment, ShaderConfig.Vertex
- Enclosing class:
- ShaderConfig
public abstract static class ShaderConfig.Original
- extends ShaderConfig.Implementation
The superclass of the original implementations.
uniforms
@Editable
public ShaderConfig.UniformConfig[] uniforms
- The uniforms to pass to the shader.
ShaderConfig.Original
public ShaderConfig.Original()
getUniforms
public ShaderConfig.UniformConfig[] getUniforms(GlContext ctx)
- Description copied from class:
ShaderConfig.Implementation
- Returns the array of uniforms for this configuration.
- Specified by:
getUniforms in class ShaderConfig.Implementation
Copyright © 2011. All Rights Reserved.