| 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)
|