Package org.lwjgl.opengles
Class AMDCompressedATCTexture
java.lang.Object
org.lwjgl.opengles.AMDCompressedATCTexture
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Accepted by the <internalformat> parameter of CompressedTexImage2D and CompressedTexImage3DOES.static final int
Accepted by the <internalformat> parameter of CompressedTexImage2D and CompressedTexImage3DOES.static final int
Accepted by the <internalformat> parameter of CompressedTexImage2D and CompressedTexImage3DOES. -
Method Summary
-
Field Details
-
GL_ATC_RGB_AMD
public static final int GL_ATC_RGB_AMDAccepted by the <internalformat> parameter of CompressedTexImage2D and CompressedTexImage3DOES.- See Also:
-
GL_ATC_RGBA_EXPLICIT_ALPHA_AMD
public static final int GL_ATC_RGBA_EXPLICIT_ALPHA_AMDAccepted by the <internalformat> parameter of CompressedTexImage2D and CompressedTexImage3DOES.- See Also:
-
GL_ATC_RGBA_INTERPOLATED_ALPHA_AMD
public static final int GL_ATC_RGBA_INTERPOLATED_ALPHA_AMDAccepted by the <internalformat> parameter of CompressedTexImage2D and CompressedTexImage3DOES.- See Also:
-