public final class IMGTextureCompressionPvrtc
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
GL_COMPRESSED_RGB_PVRTC_2BPPV1_IMG
Accepted by the <internalformat> parameter of CompressedTexImage2DARB
and the <format> parameter of CompressedTexSubImage2DARB:
|
static int |
GL_COMPRESSED_RGB_PVRTC_4BPPV1_IMG
Accepted by the <internalformat> parameter of CompressedTexImage2DARB
and the <format> parameter of CompressedTexSubImage2DARB:
|
static int |
GL_COMPRESSED_RGBA_PVRTC_2BPPV1_IMG
Accepted by the <internalformat> parameter of CompressedTexImage2DARB
and the <format> parameter of CompressedTexSubImage2DARB:
|
static int |
GL_COMPRESSED_RGBA_PVRTC_4BPPV1_IMG
Accepted by the <internalformat> parameter of CompressedTexImage2DARB
and the <format> parameter of CompressedTexSubImage2DARB:
|
public static final int GL_COMPRESSED_RGB_PVRTC_4BPPV1_IMG
public static final int GL_COMPRESSED_RGB_PVRTC_2BPPV1_IMG
public static final int GL_COMPRESSED_RGBA_PVRTC_4BPPV1_IMG
public static final int GL_COMPRESSED_RGBA_PVRTC_2BPPV1_IMG
Copyright © 2002-2009 lwjgl.org. All Rights Reserved.