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 |
border, borderColor, compareFunc, compareMode, depthMode, format, identity, magFilter, maxAnisotropy, minFilter, wrapR, wrapS, wrapT |
|
Method Summary |
boolean |
isSupported(GlContext ctx,
boolean fallback)
Determines whether this configuration is supported by the hardware. |
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
Copyright © 2011. All Rights Reserved.