Class NVConditionalRender


  • public final class NVConditionalRender
    extends Object
    • Field Detail

      • GL_QUERY_WAIT_NV

        public static final int GL_QUERY_WAIT_NV
        Accepted by the <mode> parameter of BeginConditionalRenderNV:
        See Also:
        Constant Field Values
      • GL_QUERY_NO_WAIT_NV

        public static final int GL_QUERY_NO_WAIT_NV
        Accepted by the <mode> parameter of BeginConditionalRenderNV:
        See Also:
        Constant Field Values
      • GL_QUERY_BY_REGION_WAIT_NV

        public static final int GL_QUERY_BY_REGION_WAIT_NV
        Accepted by the <mode> parameter of BeginConditionalRenderNV:
        See Also:
        Constant Field Values
      • GL_QUERY_BY_REGION_NO_WAIT_NV

        public static final int GL_QUERY_BY_REGION_NO_WAIT_NV
        Accepted by the <mode> parameter of BeginConditionalRenderNV:
        See Also:
        Constant Field Values
    • Method Detail

      • glBeginConditionalRenderNV

        public static void glBeginConditionalRenderNV​(int id,
                                                      int mode)
      • glEndConditionalRenderNV

        public static void glEndConditionalRenderNV()