public final class ARBTextureRGB10_A2UI
extends java.lang.Object
This extension adds support for a new texturing format for unsigned 10.10.10.2 integer textures.
OpenGL has supported RGB10 and RGB10_A2 formats for a very long time. This extension provides a variant of RGB10_A2 which supports unsigned
integer data (in contrast to the above "unsigned normalized integer" formats).
Requires OpenGL 3.0 or EXT_texture_integer. Promoted to core in OpenGL 3.3.
| Modifier and Type | Field and Description |
|---|---|
static int |
GL_RGB10_A2UI
Accepted by the
internalFormat parameter of TexImage1D, TexImage2D, TexImage3D, CopyTexImage1D, CopyTexImage2D, RenderbufferStorage and
RenderbufferStorageMultisample. |
public static final int GL_RGB10_A2UI
internalFormat parameter of TexImage1D, TexImage2D, TexImage3D, CopyTexImage1D, CopyTexImage2D, RenderbufferStorage and
RenderbufferStorageMultisample.Copyright LWJGL. All Rights Reserved. License terms.