Class ARBViewportArray


  • public final class ARBViewportArray
    extends Object
    • Field Detail

      • GL_MAX_VIEWPORTS

        public static final int GL_MAX_VIEWPORTS
        Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, GetDoublev and GetInteger64v:
        See Also:
        Constant Field Values
      • GL_VIEWPORT_SUBPIXEL_BITS

        public static final int GL_VIEWPORT_SUBPIXEL_BITS
        Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, GetDoublev and GetInteger64v:
        See Also:
        Constant Field Values
      • GL_VIEWPORT_BOUNDS_RANGE

        public static final int GL_VIEWPORT_BOUNDS_RANGE
        Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, GetDoublev and GetInteger64v:
        See Also:
        Constant Field Values
      • GL_LAYER_PROVOKING_VERTEX

        public static final int GL_LAYER_PROVOKING_VERTEX
        Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, GetDoublev and GetInteger64v:
        See Also:
        Constant Field Values
      • GL_VIEWPORT_INDEX_PROVOKING_VERTEX

        public static final int GL_VIEWPORT_INDEX_PROVOKING_VERTEX
        Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, GetDoublev and GetInteger64v:
        See Also:
        Constant Field Values
      • GL_FIRST_VERTEX_CONVENTION

        public static final int GL_FIRST_VERTEX_CONVENTION
        Returned in the <data> parameter from a Get query with a <pname> of LAYER_PROVOKING_VERTEX or VIEWPORT_INDEX_PROVOKING_VERTEX:
        See Also:
        Constant Field Values
      • GL_LAST_VERTEX_CONVENTION

        public static final int GL_LAST_VERTEX_CONVENTION
        Returned in the <data> parameter from a Get query with a <pname> of LAYER_PROVOKING_VERTEX or VIEWPORT_INDEX_PROVOKING_VERTEX:
        See Also:
        Constant Field Values
      • GL_PROVOKING_VERTEX

        public static final int GL_PROVOKING_VERTEX
        Returned in the <data> parameter from a Get query with a <pname> of LAYER_PROVOKING_VERTEX or VIEWPORT_INDEX_PROVOKING_VERTEX:
        See Also:
        Constant Field Values
      • GL_UNDEFINED_VERTEX

        public static final int GL_UNDEFINED_VERTEX
        Returned in the <data> parameter from a Get query with a <pname> of LAYER_PROVOKING_VERTEX or VIEWPORT_INDEX_PROVOKING_VERTEX:
        See Also:
        Constant Field Values
    • Method Detail

      • glViewportArray

        public static void glViewportArray​(int first,
                                           FloatBuffer v)
      • glViewportIndexedf

        public static void glViewportIndexedf​(int index,
                                              float x,
                                              float y,
                                              float w,
                                              float h)
      • glViewportIndexed

        public static void glViewportIndexed​(int index,
                                             FloatBuffer v)
      • glScissorArray

        public static void glScissorArray​(int first,
                                          IntBuffer v)
      • glScissorIndexed

        public static void glScissorIndexed​(int index,
                                            int left,
                                            int bottom,
                                            int width,
                                            int height)
      • glScissorIndexed

        public static void glScissorIndexed​(int index,
                                            IntBuffer v)
      • glDepthRangeArray

        public static void glDepthRangeArray​(int first,
                                             DoubleBuffer v)
      • glDepthRangeIndexed

        public static void glDepthRangeIndexed​(int index,
                                               double n,
                                               double f)
      • glGetFloat

        public static void glGetFloat​(int target,
                                      int index,
                                      FloatBuffer data)
      • glGetFloat

        public static float glGetFloat​(int target,
                                       int index)
        Overloads glGetFloati_v.
      • glGetDouble

        public static void glGetDouble​(int target,
                                       int index,
                                       DoubleBuffer data)
      • glGetDouble

        public static double glGetDouble​(int target,
                                         int index)
        Overloads glGetDoublei_v.
      • glGetIntegerIndexedEXT

        public static void glGetIntegerIndexedEXT​(int target,
                                                  int index,
                                                  IntBuffer v)
      • glGetIntegerIndexedEXT

        public static int glGetIntegerIndexedEXT​(int target,
                                                 int index)
        Overloads glGetIntegerIndexedivEXT.
      • glEnableIndexedEXT

        public static void glEnableIndexedEXT​(int target,
                                              int index)
      • glDisableIndexedEXT

        public static void glDisableIndexedEXT​(int target,
                                               int index)
      • glIsEnabledIndexedEXT

        public static boolean glIsEnabledIndexedEXT​(int target,
                                                    int index)