Package org.lwjgl.opengl
Class NVXConditionalRender
- java.lang.Object
-
- org.lwjgl.opengl.NVXConditionalRender
-
public class NVXConditionalRender extends java.lang.ObjectNative 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.5orARB_occlusion_query
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static voidglBeginConditionalRenderNVX(int id)static voidglEndConditionalRenderNVX()
-