|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.lwjgl.opengl.NVConditionalRender
public final class NVConditionalRender
Field Summary | |
---|---|
static int |
GL_QUERY_BY_REGION_NO_WAIT_NV
Accepted by the <mode> parameter of BeginConditionalRenderNV: |
static int |
GL_QUERY_BY_REGION_WAIT_NV
Accepted by the <mode> parameter of BeginConditionalRenderNV: |
static int |
GL_QUERY_NO_WAIT_NV
Accepted by the <mode> parameter of BeginConditionalRenderNV: |
static int |
GL_QUERY_WAIT_NV
Accepted by the <mode> parameter of BeginConditionalRenderNV: |
Method Summary | |
---|---|
static void |
glBeginConditionalRenderNV(int id,
int mode)
|
static void |
glEndConditionalRenderNV()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int GL_QUERY_WAIT_NV
public static final int GL_QUERY_NO_WAIT_NV
public static final int GL_QUERY_BY_REGION_WAIT_NV
public static final int GL_QUERY_BY_REGION_NO_WAIT_NV
Method Detail |
---|
public static void glBeginConditionalRenderNV(int id, int mode)
public static void glEndConditionalRenderNV()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |