Package org.lwjgl.opengl
Class NVXConditionalRender
- java.lang.Object
-
- org.lwjgl.opengl.NVXConditionalRender
-
public class NVXConditionalRender extends java.lang.Object
Native bindings to the NVX_conditional_render extension.This extension provides support for conditional rendering based on the results of an occlusion query. This mechanism allows an application to potentially reduce the latency between the completion of an occlusion query and the rendering commands depending on its result. It additionally allows the decision of whether to render to be made without application intervention.
Requires
OpenGL 1.5
orARB_occlusion_query
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static void
glBeginConditionalRenderNVX(int id)
static void
glEndConditionalRenderNVX()
-