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 org.lwjgl.opengles Show documentation
Show all versions of org.lwjgl.opengles Show documentation
LWJGL OSGi bundle (OpenGL ES bindings)
The newest version!
/*
* 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() {}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy