Package org.lwjgl.opengles
Class QCOMRenderSharedExponent
java.lang.Object
org.lwjgl.opengles.QCOMRenderSharedExponent
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
FieldsModifier and TypeFieldDescriptionstatic final int
Accepted by theinternalFormat
parameter ofRenderbufferStorage
. -
Method Summary
-
Field Details
-
GL_RGB9_E5
public static final int GL_RGB9_E5Accepted by theinternalFormat
parameter ofRenderbufferStorage
.- See Also:
-