Package org.lwjgl.opengles
Class IMGTextureCompressionPvrtc
java.lang.Object
org.lwjgl.opengles.IMGTextureCompressionPvrtc
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Accepted by the <internalformat> parameter of CompressedTexImage2DARB and the <format> parameter of CompressedTexSubImage2DARB:static final int
Accepted by the <internalformat> parameter of CompressedTexImage2DARB and the <format> parameter of CompressedTexSubImage2DARB:static final int
Accepted by the <internalformat> parameter of CompressedTexImage2DARB and the <format> parameter of CompressedTexSubImage2DARB:static final int
Accepted by the <internalformat> parameter of CompressedTexImage2DARB and the <format> parameter of CompressedTexSubImage2DARB: -
Method Summary
-
Field Details
-
GL_COMPRESSED_RGB_PVRTC_4BPPV1_IMG
public static final int GL_COMPRESSED_RGB_PVRTC_4BPPV1_IMGAccepted by the <internalformat> parameter of CompressedTexImage2DARB and the <format> parameter of CompressedTexSubImage2DARB:- See Also:
-
GL_COMPRESSED_RGB_PVRTC_2BPPV1_IMG
public static final int GL_COMPRESSED_RGB_PVRTC_2BPPV1_IMGAccepted by the <internalformat> parameter of CompressedTexImage2DARB and the <format> parameter of CompressedTexSubImage2DARB:- See Also:
-
GL_COMPRESSED_RGBA_PVRTC_4BPPV1_IMG
public static final int GL_COMPRESSED_RGBA_PVRTC_4BPPV1_IMGAccepted by the <internalformat> parameter of CompressedTexImage2DARB and the <format> parameter of CompressedTexSubImage2DARB:- See Also:
-
GL_COMPRESSED_RGBA_PVRTC_2BPPV1_IMG
public static final int GL_COMPRESSED_RGBA_PVRTC_2BPPV1_IMGAccepted by the <internalformat> parameter of CompressedTexImage2DARB and the <format> parameter of CompressedTexSubImage2DARB:- See Also:
-