Package org.lwjgl.opengles
Class EXTEGLImageStorageCompression
- java.lang.Object
-
- org.lwjgl.opengles.EXTEGLImageStorageCompression
-
public final class EXTEGLImageStorageCompression extends java.lang.Object
Native bindings to the EXT_EGL_image_storage_compression extension.Applications may wish to take advantage of framebuffer compression. Some platforms may support framebuffer compression at fixed bitrates. Such compression algorithms generally produce results that are visually lossless, but the results are typically not bit-exact when compared to a non-compressed result.
This extension enables applications to specify a texture by taking all properties from a fixed-rate compressed
EGLImage
.Requires
GLES 3.0
andEXT_EGL_image_storage
.
-
-
Field Summary
Fields Modifier and Type Field Description static int
GL_SURFACE_COMPRESSION_EXT
New attributes accepted by theattrib_list
argument ofEGLImageTargetTexStorageEXT
.static int
GL_SURFACE_COMPRESSION_FIXED_RATE_DEFAULT_EXT
GL_SURFACE_COMPRESSION_FIXED_RATE_NONE_EXTAccepted as attribute values forSURFACE_COMPRESSION_EXT
byEGLImageTargetTexStorageEXT
.
-
-
-
Field Detail
-
GL_SURFACE_COMPRESSION_EXT
New attributes accepted by theattrib_list
argument ofEGLImageTargetTexStorageEXT
.
-
GL_SURFACE_COMPRESSION_FIXED_RATE_NONE_EXT, GL_SURFACE_COMPRESSION_FIXED_RATE_DEFAULT_EXT
Accepted as attribute values forSURFACE_COMPRESSION_EXT
byEGLImageTargetTexStorageEXT
.
-
-