org.lwjgl.opengles.QCOMRenderSharedExponent Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of lwjgl-opengles Show documentation
Show all versions of lwjgl-opengles Show documentation
A royalty-free, cross-platform API for full-function 2D and 3D graphics on embedded systems - including consoles, phones, appliances and vehicles.
/*
* Copyright LWJGL. All rights reserved.
* License terms: https://www.lwjgl.org/license
* MACHINE GENERATED FILE, DO NOT EDIT
*/
package org.lwjgl.opengles;
/**
* Native bindings to the QCOM_render_shared_exponent extension.
*
* OpenGL ES 3.2 supports a packed, shared exponent floating format {@code RGB9_E5} which is not color-renderable.
*
* This extension enables the packed, shared exponent floating type format {@code RGB9_E5} to be color-renderable using framebuffer objects.
*
* Requires {@link GLES30 GLES 3.0}
*/
public final class QCOMRenderSharedExponent {
/** Accepted by the {@code internalFormat} parameter of {@link GLES20#glRenderbufferStorage RenderbufferStorage}. */
public static final int GL_RGB9_E5 = 0x8C3D;
private QCOMRenderSharedExponent() {}
}