public class NVXConditionalRender
extends java.lang.Object
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 or ARB_occlusion_query
| Modifier and Type | Method and Description |
|---|---|
static void |
glBeginConditionalRenderNVX(int id) |
static void |
glEndConditionalRenderNVX() |
Copyright LWJGL. All Rights Reserved. License terms.