Uses of Class
com.threerings.opengl.renderer.state.TextureState

Packages that use TextureState
com.threerings.opengl.renderer.config Renderer configuration bits. 
com.threerings.opengl.renderer.state   
 

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

Methods in com.threerings.opengl.renderer.config that return TextureState
 TextureState TextureStateConfig.getState(GlContext ctx, Scope scope, List<Dependency.Adder> adders, List<Updater> updaters)
          Returns the corresponding texture state.
 

Methods in com.threerings.opengl.renderer.config with parameters of type TextureState
 TextureUnit TextureUnitConfig.createUnit(GlContext ctx, TextureState state, Scope scope, List<Dependency.Adder> adders, List<Updater> updaters)
          Creates the texture unit corresponding to this configuration.
 Texture TextureConfig.getTexture(GlContext ctx, TextureState state, TextureUnit unit, Scope scope, List<Dependency.Adder> adders, List<Updater> updaters)
          Returns the (possibly dynamic) texture corresponding to this configuration.
abstract  Texture TextureConfig.Implementation.getTexture(GlContext ctx, TextureState state, TextureUnit unit, Scope scope, List<Dependency.Adder> adders, List<Updater> updaters)
          Returns the (possibly dynamic) texture corresponding to this configuration.
 Texture TextureConfig.Original.getTexture(GlContext ctx, TextureState state, TextureUnit unit, Scope scope, List<Dependency.Adder> adders, List<Updater> updaters)
           
 Texture TextureConfig.BaseDerived.getTexture(GlContext ctx, TextureState state, TextureUnit unit, Scope scope, List<Dependency.Adder> adders, List<Updater> updaters)
           
 Texture TextureConfig.Reflection.getTexture(GlContext ctx, TextureState state, TextureUnit unit, Scope scope, List<Dependency.Adder> adders, List<Updater> updaters)
           
 Texture TextureConfig.Refraction.getTexture(GlContext ctx, TextureState state, TextureUnit unit, Scope scope, List<Dependency.Adder> adders, List<Updater> updaters)
           
 Texture TextureConfig.CubeRender.getTexture(GlContext ctx, TextureState state, TextureUnit unit, Scope scope, List<Dependency.Adder> adders, List<Updater> updaters)
           
 Texture TextureConfig.Animated.getTexture(GlContext ctx, TextureState state, TextureUnit unit, Scope scope, List<Dependency.Adder> adders, List<Updater> updaters)
           
 

Uses of TextureState in com.threerings.opengl.renderer.state
 

Fields in com.threerings.opengl.renderer.state declared as TextureState
static TextureState TextureState.DISABLED
          A state that disables texturing.
 



Copyright © 2011. All Rights Reserved.