Package org.lwjgl.opengles
Class AMDCompressed3DCTexture
- java.lang.Object
-
- org.lwjgl.opengles.AMDCompressed3DCTexture
-
public final class AMDCompressed3DCTexture extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
GL_3DC_X_AMD
Accepted by the <internalFormat> parameter of CompressedTexImage2D and CompressedTexImage3DOES:static int
GL_3DC_XY_AMD
Accepted by the <internalFormat> parameter of CompressedTexImage2D and CompressedTexImage3DOES:
-
-
-
Field Detail
-
GL_3DC_X_AMD
public static final int GL_3DC_X_AMD
Accepted by the <internalFormat> parameter of CompressedTexImage2D and CompressedTexImage3DOES:- See Also:
- Constant Field Values
-
GL_3DC_XY_AMD
public static final int GL_3DC_XY_AMD
Accepted by the <internalFormat> parameter of CompressedTexImage2D and CompressedTexImage3DOES:- See Also:
- Constant Field Values
-
-