Class EXTEGLImageStorageCompression

java.lang.Object
org.lwjgl.opengles.EXTEGLImageStorageCompression

public final class EXTEGLImageStorageCompression extends 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 and EXT_EGL_image_storage.