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

Packages that use Texture1D
com.threerings.opengl.renderer.config Renderer configuration bits. 
com.threerings.opengl.util   
 

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

Methods in com.threerings.opengl.renderer.config with parameters of type Texture1D
abstract  void TextureConfig.Original1D.Contents.load(GlContext ctx, Texture1D texture, TextureConfig.Format format, boolean border, boolean mipmap)
          Loads the texture with the contents.
 void TextureConfig.Original1D.Blank.load(GlContext ctx, Texture1D texture, TextureConfig.Format format, boolean border, boolean mipmap)
           
 void TextureConfig.Original1D.ImageFile.load(GlContext ctx, Texture1D texture, TextureConfig.Format format, boolean border, boolean mipmap)
           
 

Uses of Texture1D in com.threerings.opengl.util
 

Methods in com.threerings.opengl.util with parameters of type Texture1D
static void DDSLoader.load(File file, Texture1D texture, boolean border)
          Loads a 1D texture from the supplied file.
 



Copyright © 2011. All Rights Reserved.