Package org.lwjgl.opengles
Class QCOMRenderSharedExponent
- java.lang.Object
-
- org.lwjgl.opengles.QCOMRenderSharedExponent
-
public final class QCOMRenderSharedExponent extends java.lang.Object
Native bindings to the QCOM_render_shared_exponent extension.OpenGL ES 3.2 supports a packed, shared exponent floating format
RGB9_E5
which is not color-renderable.This extension enables the packed, shared exponent floating type format
RGB9_E5
to be color-renderable using framebuffer objects.Requires
GLES 3.0
-
-
Field Summary
Fields Modifier and Type Field Description static int
GL_RGB9_E5
Accepted by theinternalFormat
parameter ofRenderbufferStorage
.
-
-
-
Field Detail
-
GL_RGB9_E5
public static final int GL_RGB9_E5
Accepted by theinternalFormat
parameter ofRenderbufferStorage
.- See Also:
- Constant Field Values
-
-