Package org.lwjgl.opengles
Class EXTEGLImageStorageCompression
java.lang.Object
org.lwjgl.opengles.EXTEGLImageStorageCompression
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.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intNew attributes accepted by theattrib_listargument ofEGLImageTargetTexStorageEXT.static final intAccepted as attribute values forSURFACE_COMPRESSION_EXTbyEGLImageTargetTexStorageEXT.static final intAccepted as attribute values forSURFACE_COMPRESSION_EXTbyEGLImageTargetTexStorageEXT. -
Method Summary
-
Field Details
-
GL_SURFACE_COMPRESSION_EXT
public static final int GL_SURFACE_COMPRESSION_EXTNew attributes accepted by theattrib_listargument ofEGLImageTargetTexStorageEXT.- See Also:
-
GL_SURFACE_COMPRESSION_FIXED_RATE_NONE_EXT
public static final int GL_SURFACE_COMPRESSION_FIXED_RATE_NONE_EXTAccepted as attribute values forSURFACE_COMPRESSION_EXTbyEGLImageTargetTexStorageEXT.- See Also:
-
GL_SURFACE_COMPRESSION_FIXED_RATE_DEFAULT_EXT
public static final int GL_SURFACE_COMPRESSION_FIXED_RATE_DEFAULT_EXTAccepted as attribute values forSURFACE_COMPRESSION_EXTbyEGLImageTargetTexStorageEXT.- See Also:
-