public final class NVPrimitiveRestart
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
GL_PRIMITIVE_RESTART_INDEX_NV
Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
|
static int |
GL_PRIMITIVE_RESTART_NV
Accepted by the <array> parameter of EnableClientState and
DisableClientState, by the <cap> parameter of IsEnabled, and by
the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and
GetDoublev:
|
Modifier and Type | Method and Description |
---|---|
static void |
glPrimitiveRestartIndexNV(int index) |
static void |
glPrimitiveRestartNV() |
public static final int GL_PRIMITIVE_RESTART_NV
public static final int GL_PRIMITIVE_RESTART_INDEX_NV
Copyright © 2002-2009 lwjgl.org. All Rights Reserved.