Class EXTMultiviewDrawBuffers

java.lang.Object
org.lwjgl.opengles.EXTMultiviewDrawBuffers

public final class EXTMultiviewDrawBuffers extends Object
  • Field Details

    • GL_COLOR_ATTACHMENT_EXT

      public static final int GL_COLOR_ATTACHMENT_EXT
      Accepted by the <location> parameter of DrawBuffersIndexedEXT:
      See Also:
    • GL_MULTIVIEW_EXT

      public static final int GL_MULTIVIEW_EXT
      Accepted by the <location> parameter of DrawBuffersIndexedEXT:
      See Also:
    • GL_DRAW_BUFFER_EXT

      public static final int GL_DRAW_BUFFER_EXT
      Accepted by the <target> parameter of GetIntegeri_EXT:
      See Also:
    • GL_READ_BUFFER_EXT

      public static final int GL_READ_BUFFER_EXT
      Accepted by the <target> parameter of GetIntegeri_EXT:
      See Also:
    • GL_MAX_MULTIVIEW_BUFFERS_EXT

      public static final int GL_MAX_MULTIVIEW_BUFFERS_EXT
      Accepted by the <target> parameter of GetInteger:
      See Also:
  • Method Details

    • glReadBufferIndexedEXT

      public static void glReadBufferIndexedEXT(int src, int index)
    • glDrawBuffersIndexedEXT

      public static void glDrawBuffersIndexedEXT(IntBuffer location, IntBuffer indices)
    • glGetIntegerEXT

      public static void glGetIntegerEXT(int target, int index, IntBuffer data)
    • glGetIntegerEXT

      public static int glGetIntegerEXT(int value, int index)
      Overloads glGetIntegeri_vEXT.