Class GLEXTDrawBuffers2

java.lang.Object
overrungl.opengl.ext.GLEXTDrawBuffers2

public final class GLEXTDrawBuffers2 extends Object
  • Field Details

    • MH_glColorMaskIndexedEXT

      public static final MethodHandle MH_glColorMaskIndexedEXT
    • PFN_glColorMaskIndexedEXT

      public final MemorySegment PFN_glColorMaskIndexedEXT
    • MH_glGetBooleanIndexedvEXT

      public static final MethodHandle MH_glGetBooleanIndexedvEXT
    • PFN_glGetBooleanIndexedvEXT

      public final MemorySegment PFN_glGetBooleanIndexedvEXT
    • MH_glGetIntegerIndexedvEXT

      public static final MethodHandle MH_glGetIntegerIndexedvEXT
    • PFN_glGetIntegerIndexedvEXT

      public final MemorySegment PFN_glGetIntegerIndexedvEXT
    • MH_glEnableIndexedEXT

      public static final MethodHandle MH_glEnableIndexedEXT
    • PFN_glEnableIndexedEXT

      public final MemorySegment PFN_glEnableIndexedEXT
    • MH_glDisableIndexedEXT

      public static final MethodHandle MH_glDisableIndexedEXT
    • PFN_glDisableIndexedEXT

      public final MemorySegment PFN_glDisableIndexedEXT
    • MH_glIsEnabledIndexedEXT

      public static final MethodHandle MH_glIsEnabledIndexedEXT
    • PFN_glIsEnabledIndexedEXT

      public final MemorySegment PFN_glIsEnabledIndexedEXT
  • Constructor Details

    • GLEXTDrawBuffers2

      public GLEXTDrawBuffers2(GLLoadFunc func)
  • Method Details

    • ColorMaskIndexedEXT

      public void ColorMaskIndexedEXT(@CType("GLuint") int index, @CType("GLboolean") boolean r, @CType("GLboolean") boolean g, @CType("GLboolean") boolean b, @CType("GLboolean") boolean a)
    • GetBooleanIndexedvEXT

      public void GetBooleanIndexedvEXT(@CType("GLenum") int target, @CType("GLuint") int index, @CType("GLboolean *") MemorySegment data)
    • GetIntegerIndexedvEXT

      public void GetIntegerIndexedvEXT(@CType("GLenum") int target, @CType("GLuint") int index, @CType("GLint *") MemorySegment data)
    • EnableIndexedEXT

      public void EnableIndexedEXT(@CType("GLenum") int target, @CType("GLuint") int index)
    • DisableIndexedEXT

      public void DisableIndexedEXT(@CType("GLenum") int target, @CType("GLuint") int index)
    • IsEnabledIndexedEXT

      @CType("GLboolean") public boolean IsEnabledIndexedEXT(@CType("GLenum") int target, @CType("GLuint") int index)