Class ARBTextureRGB10_A2UI

java.lang.Object
org.lwjgl.opengl.ARBTextureRGB10_A2UI

public final class ARBTextureRGB10_A2UI extends 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 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.

  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Accepted by the internalFormat parameter of TexImage1D, TexImage2D, TexImage3D, CopyTexImage1D, CopyTexImage2D, RenderbufferStorage and RenderbufferStorageMultisample.
  • Method Summary

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • GL_RGB10_A2UI

      public static final int GL_RGB10_A2UI
      Accepted by the internalFormat parameter of TexImage1D, TexImage2D, TexImage3D, CopyTexImage1D, CopyTexImage2D, RenderbufferStorage and RenderbufferStorageMultisample.
      See Also: