All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.lwjgl.opengles.QCOMRenderSharedExponent Maven / Gradle / Ivy

Go to download

A royalty-free, cross-platform API for full-function 2D and 3D graphics on embedded systems - including consoles, phones, appliances and vehicles.

There is a newer version: 3.3.4
Show 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 - 2024 Weber Informatics LLC | Privacy Policy