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

Packages that use TextureConfig
com.threerings.opengl.compositor   
com.threerings.opengl.compositor.config Compositor configurations. 
com.threerings.opengl.renderer.config Renderer configuration bits. 
 

Uses of TextureConfig in com.threerings.opengl.compositor
 

Fields in com.threerings.opengl.compositor declared as TextureConfig
 TextureConfig Dependency.PlanarTexture.config
          The config from whose pool the texture was created.
 TextureConfig Dependency.CubeTexture.config
          The config from whose pool the texture was created.
 TextureConfig Dependency.ShadowTexture.config
          The config from whose pool the texture was created.
 

Uses of TextureConfig in com.threerings.opengl.compositor.config
 

Fields in com.threerings.opengl.compositor.config with type parameters of type TextureConfig
 ConfigReference<TextureConfig> TargetConfig.Texture.color
          The color texture to which we render.
 ConfigReference<TextureConfig> TargetConfig.Texture.depth
          The depth texture to which we render.
 

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

Fields in com.threerings.opengl.renderer.config with type parameters of type TextureConfig
 ConfigReference<TextureConfig> TextureUnitConfig.texture
          A reference to the texture to bind to the unit.
 ConfigReference<TextureConfig> TextureConfig.BaseDerived.texture
          The texture reference.
 



Copyright © 2011. All Rights Reserved.