com.threerings.opengl.renderer.config
Class TextureConfig.Original1D.Blank
java.lang.Object
com.threerings.util.DeepObject
com.threerings.opengl.renderer.config.TextureConfig.Original1D.Contents
com.threerings.opengl.renderer.config.TextureConfig.Original1D.Blank
- All Implemented Interfaces:
- Exportable, Copyable, Cloneable
- Enclosing class:
- TextureConfig.Original1D
public static class TextureConfig.Original1D.Blank
- extends TextureConfig.Original1D.Contents
Creates a blank texture.
|
Field Summary |
int |
width
The width of the texture. |
width
@Editable(min=1.0)
public int width
- The width of the texture.
TextureConfig.Original1D.Blank
public TextureConfig.Original1D.Blank()
load
public void load(GlContext ctx,
Texture1D texture,
TextureConfig.Format format,
boolean border,
boolean mipmap)
- Description copied from class:
TextureConfig.Original1D.Contents
- Loads the texture with the contents.
- Specified by:
load in class TextureConfig.Original1D.Contents
Copyright © 2011. All Rights Reserved.