Uses of Class
com.threerings.opengl.renderer.config.ShaderStateConfig

Packages that use ShaderStateConfig
com.threerings.opengl.material.config Material configurations. 
com.threerings.opengl.renderer.config Renderer configuration bits. 
 

Uses of ShaderStateConfig in com.threerings.opengl.material.config
 

Fields in com.threerings.opengl.material.config declared as ShaderStateConfig
 ShaderStateConfig PassConfig.shaderState
          The shader state to use in this pass.
 

Uses of ShaderStateConfig in com.threerings.opengl.renderer.config
 

Subclasses of ShaderStateConfig in com.threerings.opengl.renderer.config
static class ShaderStateConfig.Disabled
          Disables the shader.
static class ShaderStateConfig.Enabled
          Enables the shader.
 



Copyright © 2011. All Rights Reserved.