Package org.lwjgl.opengl
Class ARBTextureRGB10_A2UI
- java.lang.Object
-
- org.lwjgl.opengl.ARBTextureRGB10_A2UI
-
public final class ARBTextureRGB10_A2UI extends java.lang.Object
Native bindings to the ARB_texture_rgb10_a2ui extension.This extension adds support for a new texturing format for unsigned 10.10.10.2 integer textures.
OpenGL has supported
RGB10
andRGB10_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 inOpenGL 3.3
.
-
-
Field Summary
Fields Modifier and Type Field and Description static int
GL_RGB10_A2UI
Accepted by theinternalFormat
parameter of TexImage1D, TexImage2D, TexImage3D, CopyTexImage1D, CopyTexImage2D, RenderbufferStorage and RenderbufferStorageMultisample.
-
-
-
Field Detail
-
GL_RGB10_A2UI
public static final int GL_RGB10_A2UI
Accepted by theinternalFormat
parameter of TexImage1D, TexImage2D, TexImage3D, CopyTexImage1D, CopyTexImage2D, RenderbufferStorage and RenderbufferStorageMultisample.- See Also:
- Constant Field Values
-
-