public final class ARBViewportArray
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
GL_DEPTH_RANGE
Accepted by the <pname> parameter of GetDoublei_v:
|
static 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:
|
static 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:
|
static int |
GL_LAYER_PROVOKING_VERTEX
Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv,
GetDoublev and GetInteger64v:
|
static int |
GL_MAX_VIEWPORTS
Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv,
GetDoublev and GetInteger64v:
|
static 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:
|
static int |
GL_SCISSOR_BOX
Accepted by the <pname> parameter of GetIntegeri_v:
|
static int |
GL_SCISSOR_TEST
Accepted by the <pname> parameter of Enablei, Disablei, and IsEnabledi:
|
static 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:
|
static int |
GL_VIEWPORT
Accepted by the <pname> parameter of GetFloati_v:
|
static int |
GL_VIEWPORT_BOUNDS_RANGE
Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv,
GetDoublev and GetInteger64v:
|
static int |
GL_VIEWPORT_INDEX_PROVOKING_VERTEX
Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv,
GetDoublev and GetInteger64v:
|
static int |
GL_VIEWPORT_SUBPIXEL_BITS
Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv,
GetDoublev and GetInteger64v:
|
Modifier and Type | Method and Description |
---|---|
static void |
glDepthRangeArray(int first,
java.nio.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,
java.nio.DoubleBuffer data) |
static float |
glGetFloat(int target,
int index)
Overloads glGetFloati_v.
|
static void |
glGetFloat(int target,
int index,
java.nio.FloatBuffer data) |
static int |
glGetIntegerIndexedEXT(int target,
int index)
Overloads glGetIntegerIndexedivEXT.
|
static void |
glGetIntegerIndexedEXT(int target,
int index,
java.nio.IntBuffer v) |
static boolean |
glIsEnabledIndexedEXT(int target,
int index) |
static void |
glScissorArray(int first,
java.nio.IntBuffer v) |
static void |
glScissorIndexed(int index,
java.nio.IntBuffer v) |
static void |
glScissorIndexed(int index,
int left,
int bottom,
int width,
int height) |
static void |
glViewportArray(int first,
java.nio.FloatBuffer v) |
static void |
glViewportIndexed(int index,
java.nio.FloatBuffer v) |
static void |
glViewportIndexedf(int index,
float x,
float y,
float w,
float h) |
public static final int GL_MAX_VIEWPORTS
public static final int GL_VIEWPORT_SUBPIXEL_BITS
public static final int GL_VIEWPORT_BOUNDS_RANGE
public static final int GL_LAYER_PROVOKING_VERTEX
public static final int GL_VIEWPORT_INDEX_PROVOKING_VERTEX
public static final int GL_SCISSOR_BOX
public static final int GL_VIEWPORT
public static final int GL_DEPTH_RANGE
public static final int GL_SCISSOR_TEST
public static final int GL_FIRST_VERTEX_CONVENTION
public static final int GL_LAST_VERTEX_CONVENTION
public static final int GL_PROVOKING_VERTEX
public static final int GL_UNDEFINED_VERTEX
public static void glViewportArray(int first, java.nio.FloatBuffer v)
public static void glViewportIndexedf(int index, float x, float y, float w, float h)
public static void glViewportIndexed(int index, java.nio.FloatBuffer v)
public static void glScissorArray(int first, java.nio.IntBuffer v)
public static void glScissorIndexed(int index, int left, int bottom, int width, int height)
public static void glScissorIndexed(int index, java.nio.IntBuffer v)
public static void glDepthRangeArray(int first, java.nio.DoubleBuffer v)
public static void glDepthRangeIndexed(int index, double n, double f)
public static void glGetFloat(int target, int index, java.nio.FloatBuffer data)
public static float glGetFloat(int target, int index)
public static void glGetDouble(int target, int index, java.nio.DoubleBuffer data)
public static double glGetDouble(int target, int index)
public static void glGetIntegerIndexedEXT(int target, int index, java.nio.IntBuffer v)
public static int glGetIntegerIndexedEXT(int target, int index)
public static void glEnableIndexedEXT(int target, int index)
public static void glDisableIndexedEXT(int target, int index)
public static boolean glIsEnabledIndexedEXT(int target, int index)
Copyright © 2002-2009 lwjgl.org. All Rights Reserved.