Uses of Class
com.threerings.opengl.renderer.TextureRenderer

Packages that use TextureRenderer
com.threerings.opengl.compositor.config Compositor configurations. 
com.threerings.opengl.renderer   
 

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

Methods in com.threerings.opengl.compositor.config that return TextureRenderer
 TextureRenderer TargetConfig.Texture.getTextureRenderer(GlContext ctx)
          Retrieves the texture renderer for this config.
 

Uses of TextureRenderer in com.threerings.opengl.renderer
 

Methods in com.threerings.opengl.renderer that return TextureRenderer
static TextureRenderer TextureRenderer.getInstance(GlContext ctx, Texture color, Texture depth, int width, int height, org.lwjgl.opengl.PixelFormat pformat)
          Retrieves the shared texture renderer instance for the supplied textures.
static TextureRenderer TextureRenderer.getInstance(GlContext ctx, Texture color, Texture depth, org.lwjgl.opengl.PixelFormat pformat)
          Retrieves the shared texture renderer instance for the supplied textures.
 



Copyright © 2011. All Rights Reserved.