public final class AMDCompressedATCTexture
extends java.lang.Object
This extension enables support for ATC compressed texture formats. ATC is AMD's proprietary compression algorithm for compressing textures for handheld devices to save on power consumption, memory footprint and bandwidth.
Three compression formats are introduced:
| 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
internalformat parameter of CompressedTexImage2D and CompressedTexImage3DOES.public static final int GL_ATC_RGBA_EXPLICIT_ALPHA_AMD
internalformat parameter of CompressedTexImage2D and CompressedTexImage3DOES.public static final int GL_ATC_RGBA_INTERPOLATED_ALPHA_AMD
internalformat parameter of CompressedTexImage2D and CompressedTexImage3DOES.Copyright LWJGL. All Rights Reserved. License terms.