Package org.lwjgl.opengles
Class AMDCompressedATCTexture
- java.lang.Object
-
- org.lwjgl.opengles.AMDCompressedATCTexture
-
public final class AMDCompressedATCTexture extends java.lang.Object
Native bindings to the AMD_compressed_ATC_texture extension.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:
- A compression format for RGB textures.
- A compression format for RGBA textures using explicit alpha encoding.
- A compression format for RGBA textures using interpolated alpha encoding.
-
-
Field Summary
Fields Modifier and Type Field Description static int
GL_ATC_RGB_AMD
GL_ATC_RGBA_EXPLICIT_ALPHA_AMD
GL_ATC_RGBA_INTERPOLATED_ALPHA_AMDAccepted by theinternalformat
parameter of CompressedTexImage2D and CompressedTexImage3DOES.
-
-
-
Field Detail
-
GL_ATC_RGB_AMD, GL_ATC_RGBA_EXPLICIT_ALPHA_AMD, GL_ATC_RGBA_INTERPOLATED_ALPHA_AMD
Accepted by theinternalformat
parameter of CompressedTexImage2D and CompressedTexImage3DOES.
-
-