public final class ARBProvokingVertex extends Object
Modifier and Type | Field | Description |
---|---|---|
static int |
GL_FIRST_VERTEX_CONVENTION |
Accepted by the <mode> parameter of ProvokingVertex:
|
static int |
GL_LAST_VERTEX_CONVENTION |
Accepted by the <mode> parameter of ProvokingVertex:
|
static int |
GL_PROVOKING_VERTEX |
Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
|
static int |
GL_QUADS_FOLLOW_PROVOKING_VERTEX_CONVENTION |
Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
|
Modifier and Type | Method | Description |
---|---|---|
static void |
glProvokingVertex(int mode) |
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_QUADS_FOLLOW_PROVOKING_VERTEX_CONVENTION
Copyright © 2002-2009 lwjgl.org. All Rights Reserved.