public final class EXTDepthBoundsTest
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
GL_DEPTH_BOUNDS_EXT
Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
|
static int |
GL_DEPTH_BOUNDS_TEST_EXT
Accepted by the <cap> parameter of Enable, Disable, and IsEnabled,
and by the <pname> parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
|
Modifier and Type | Method and Description |
---|---|
static void |
glDepthBoundsEXT(double zmin,
double zmax) |
public static final int GL_DEPTH_BOUNDS_TEST_EXT
public static final int GL_DEPTH_BOUNDS_EXT
Copyright © 2002-2009 lwjgl.org. All Rights Reserved.