public final class NVConditionalRender
extends java.lang.Object
Modifier and Type | Field and 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 and 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.