com.threerings.opengl.renderer.config
Class TextureConfig.OriginalRectangle
java.lang.Object
com.threerings.util.DeepObject
com.threerings.opengl.renderer.config.TextureConfig.Implementation
com.threerings.opengl.renderer.config.TextureConfig.Original
com.threerings.opengl.renderer.config.TextureConfig.Original2D
com.threerings.opengl.renderer.config.TextureConfig.OriginalRectangle
- All Implemented Interfaces:
- Exportable, Copyable, Cloneable
- Enclosing class:
- TextureConfig
public static class TextureConfig.OriginalRectangle
- extends TextureConfig.Original2D
A 2D texture that uses the rectangle target.
| Fields inherited from class com.threerings.opengl.renderer.config.TextureConfig.Original |
_pool, _texture, border, borderColor, compareFunc, compareMode, depthMode, format, identity, magFilter, maxAnisotropy, minFilter, wrapR, wrapS, wrapT |
TextureConfig.OriginalRectangle
public TextureConfig.OriginalRectangle()
isSupported
public boolean isSupported(GlContext ctx,
boolean fallback)
- Description copied from class:
TextureConfig.Implementation
- Determines whether this configuration is supported by the hardware.
- Overrides:
isSupported in class TextureConfig.Original
createTexture
protected Texture createTexture(GlContext ctx)
- Description copied from class:
TextureConfig.Original
- Creates the texture for this configuration.
- Overrides:
createTexture in class TextureConfig.Original2D