public final class NVConditionalRender extends Object
Modifier and Type | Field | Description |
---|---|---|
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:
|
Modifier and Type | Method | Description |
---|---|---|
static void |
glBeginConditionalRenderNV(int id,
int mode) |
|
static void |
glEndConditionalRenderNV() |
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
Copyright © 2002-2009 lwjgl.org. All Rights Reserved.