Package zombie.core.textures
Class TextureFlags
java.lang.Object
zombie.core.textures.TextureFlags
public final class TextureFlags
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description static int
CLAMP_TO_EDGE
static int
COMPRESS
static int
CREATE_MASK
static int
FBO
static int
FILTER_MAG_NEAREST
static int
FILTER_MIN_NEAREST
static int
MIPMAPS
static int
NONE
-
Constructor Summary
Constructors Constructor Description TextureFlags()
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
NONE
public static final int NONE- See Also:
- Constant Field Values
-
FILTER_MIN_NEAREST
public static final int FILTER_MIN_NEAREST- See Also:
- Constant Field Values
-
FILTER_MAG_NEAREST
public static final int FILTER_MAG_NEAREST- See Also:
- Constant Field Values
-
COMPRESS
public static final int COMPRESS- See Also:
- Constant Field Values
-
CREATE_MASK
public static final int CREATE_MASK- See Also:
- Constant Field Values
-
FBO
public static final int FBO- See Also:
- Constant Field Values
-
CLAMP_TO_EDGE
public static final int CLAMP_TO_EDGE- See Also:
- Constant Field Values
-
MIPMAPS
public static final int MIPMAPS- See Also:
- Constant Field Values
-
-
Constructor Details
-
TextureFlags
public TextureFlags()
-