com.threerings.opengl.renderer.config
Class ShaderConfig.IntegerDefinition
java.lang.Object
com.threerings.util.DeepObject
com.threerings.opengl.renderer.config.ShaderConfig.Definition
com.threerings.opengl.renderer.config.ShaderConfig.IntegerDefinition
- All Implemented Interfaces:
- Exportable, Copyable, Cloneable
- Enclosing class:
- ShaderConfig
public static class ShaderConfig.IntegerDefinition
- extends ShaderConfig.Definition
An integer-valued definition.
|
Field Summary |
int |
value
The value of the definition. |
value
@Editable(hgroup="p")
public int value
- The value of the definition.
ShaderConfig.IntegerDefinition
public ShaderConfig.IntegerDefinition()
getDefinitions
public void getDefinitions(Scope scope,
RenderState[] states,
boolean vertexProgramTwoSide,
List<String> defs)
- Description copied from class:
ShaderConfig.Definition
- Retrieves the definitions for this config and adds them to the provided list.
- Specified by:
getDefinitions in class ShaderConfig.Definition
Copyright © 2011. All Rights Reserved.