Class EXTMultiviewDrawBuffers


  • public final class EXTMultiviewDrawBuffers
    extends Object
    • Field Detail

      • GL_COLOR_ATTACHMENT_EXT

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

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

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

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

        public static final int GL_MAX_MULTIVIEW_BUFFERS_EXT
        Accepted by the <target> parameter of GetInteger:
        See Also:
        Constant Field Values
    • Method Detail

      • 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.