Class EXTMultiviewDrawBuffers

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

public class EXTMultiviewDrawBuffers extends Object
  • Field Details

  • Method Details

    • glReadBufferIndexedEXT

      public static void glReadBufferIndexedEXT(int src, int index)
      void glReadBufferIndexedEXT(GLenum src, GLint index)
    • nglDrawBuffersIndexedEXT

      public static void nglDrawBuffersIndexedEXT(int n, long location, long indices)
      void glDrawBuffersIndexedEXT(GLint n, GLenum const * location, GLint const * indices)
    • glDrawBuffersIndexedEXT

      public static void glDrawBuffersIndexedEXT(IntBuffer location, IntBuffer indices)
      void glDrawBuffersIndexedEXT(GLint n, GLenum const * location, GLint const * indices)
    • nglGetIntegeri_vEXT

      public static void nglGetIntegeri_vEXT(int target, int index, long data)
      void glGetIntegeri_vEXT(GLenum target, GLuint index, GLint * data)
    • glGetIntegeri_vEXT

      public static void glGetIntegeri_vEXT(int target, int index, IntBuffer data)
      void glGetIntegeri_vEXT(GLenum target, GLuint index, GLint * data)
    • glGetIntegeriEXT

      public static int glGetIntegeriEXT(int target, int index)
      void glGetIntegeri_vEXT(GLenum target, GLuint index, GLint * data)
    • glDrawBuffersIndexedEXT

      public static void glDrawBuffersIndexedEXT(int[] location, int[] indices)
      void glDrawBuffersIndexedEXT(GLint n, GLenum const * location, GLint const * indices)
    • glGetIntegeri_vEXT

      public static void glGetIntegeri_vEXT(int target, int index, int[] data)
      void glGetIntegeri_vEXT(GLenum target, GLuint index, GLint * data)