Package org.lwjgl.opengl
Class ARBViewportArray
java.lang.Object
org.lwjgl.opengl.ARBViewportArray
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Returned in the <data> parameter from a Get query with a <pname> of LAYER_PROVOKING_VERTEX or VIEWPORT_INDEX_PROVOKING_VERTEX:static final int
Returned in the <data> parameter from a Get query with a <pname> of LAYER_PROVOKING_VERTEX or VIEWPORT_INDEX_PROVOKING_VERTEX:static final int
Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, GetDoublev and GetInteger64v:static final int
Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, GetDoublev and GetInteger64v:static final int
Returned in the <data> parameter from a Get query with a <pname> of LAYER_PROVOKING_VERTEX or VIEWPORT_INDEX_PROVOKING_VERTEX:static final int
Returned in the <data> parameter from a Get query with a <pname> of LAYER_PROVOKING_VERTEX or VIEWPORT_INDEX_PROVOKING_VERTEX:static final int
Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, GetDoublev and GetInteger64v:static final int
Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, GetDoublev and GetInteger64v:static final int
Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, GetDoublev and GetInteger64v: -
Method Summary
Modifier and TypeMethodDescriptionstatic void
glDepthRangeArray
(int first, DoubleBuffer v) static void
glDepthRangeIndexed
(int index, double n, double f) static void
glDisableIndexedEXT
(int target, int index) static void
glEnableIndexedEXT
(int target, int index) static double
glGetDouble
(int target, int index) Overloads glGetDoublei_v.static void
glGetDouble
(int target, int index, DoubleBuffer data) static float
glGetFloat
(int target, int index) Overloads glGetFloati_v.static void
glGetFloat
(int target, int index, FloatBuffer data) static int
glGetIntegerIndexedEXT
(int target, int index) Overloads glGetIntegerIndexedivEXT.static void
glGetIntegerIndexedEXT
(int target, int index, IntBuffer v) static boolean
glIsEnabledIndexedEXT
(int target, int index) static void
glScissorArray
(int first, IntBuffer v) static void
glScissorIndexed
(int index, int left, int bottom, int width, int height) static void
glScissorIndexed
(int index, IntBuffer v) static void
glViewportArray
(int first, FloatBuffer v) static void
glViewportIndexed
(int index, FloatBuffer v) static void
glViewportIndexedf
(int index, float x, float y, float w, float h)
-
Field Details
-
GL_MAX_VIEWPORTS
public static final int GL_MAX_VIEWPORTSAccepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, GetDoublev and GetInteger64v:- See Also:
-
GL_VIEWPORT_SUBPIXEL_BITS
public static final int GL_VIEWPORT_SUBPIXEL_BITSAccepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, GetDoublev and GetInteger64v:- See Also:
-
GL_VIEWPORT_BOUNDS_RANGE
public static final int GL_VIEWPORT_BOUNDS_RANGEAccepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, GetDoublev and GetInteger64v:- See Also:
-
GL_LAYER_PROVOKING_VERTEX
public static final int GL_LAYER_PROVOKING_VERTEXAccepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, GetDoublev and GetInteger64v:- See Also:
-
GL_VIEWPORT_INDEX_PROVOKING_VERTEX
public static final int GL_VIEWPORT_INDEX_PROVOKING_VERTEXAccepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, GetDoublev and GetInteger64v:- See Also:
-
GL_FIRST_VERTEX_CONVENTION
public static final int GL_FIRST_VERTEX_CONVENTIONReturned in the <data> parameter from a Get query with a <pname> of LAYER_PROVOKING_VERTEX or VIEWPORT_INDEX_PROVOKING_VERTEX:- See Also:
-
GL_LAST_VERTEX_CONVENTION
public static final int GL_LAST_VERTEX_CONVENTIONReturned in the <data> parameter from a Get query with a <pname> of LAYER_PROVOKING_VERTEX or VIEWPORT_INDEX_PROVOKING_VERTEX:- See Also:
-
GL_PROVOKING_VERTEX
public static final int GL_PROVOKING_VERTEXReturned in the <data> parameter from a Get query with a <pname> of LAYER_PROVOKING_VERTEX or VIEWPORT_INDEX_PROVOKING_VERTEX:- See Also:
-
GL_UNDEFINED_VERTEX
public static final int GL_UNDEFINED_VERTEXReturned in the <data> parameter from a Get query with a <pname> of LAYER_PROVOKING_VERTEX or VIEWPORT_INDEX_PROVOKING_VERTEX:- See Also:
-
-
Method Details
-
glViewportArray
-
glViewportIndexedf
public static void glViewportIndexedf(int index, float x, float y, float w, float h) -
glViewportIndexed
-
glScissorArray
-
glScissorIndexed
public static void glScissorIndexed(int index, int left, int bottom, int width, int height) -
glScissorIndexed
-
glDepthRangeArray
-
glDepthRangeIndexed
public static void glDepthRangeIndexed(int index, double n, double f) -
glGetFloat
-
glGetFloat
public static float glGetFloat(int target, int index) Overloads glGetFloati_v. -
glGetDouble
-
glGetDouble
public static double glGetDouble(int target, int index) Overloads glGetDoublei_v. -
glGetIntegerIndexedEXT
-
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)
-