public final class AMDCompressedATCTexture
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
GL_ATC_RGB_AMD
Accepted by the <internalformat> parameter of CompressedTexImage2D and
CompressedTexImage3DOES.
|
static int |
GL_ATC_RGBA_EXPLICIT_ALPHA_AMD
Accepted by the <internalformat> parameter of CompressedTexImage2D and
CompressedTexImage3DOES.
|
static int |
GL_ATC_RGBA_INTERPOLATED_ALPHA_AMD
Accepted by the <internalformat> parameter of CompressedTexImage2D and
CompressedTexImage3DOES.
|
public static final int GL_ATC_RGB_AMD
public static final int GL_ATC_RGBA_EXPLICIT_ALPHA_AMD
public static final int GL_ATC_RGBA_INTERPOLATED_ALPHA_AMD
Copyright © 2002-2009 lwjgl.org. All Rights Reserved.