Class NVConditionalRender

java.lang.Object
org.lwjgl.opengl.NVConditionalRender

public final class NVConditionalRender extends Object
  • Field Details

    • GL_QUERY_WAIT_NV

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

      public static final int GL_QUERY_NO_WAIT_NV
      Accepted by the <mode> parameter of BeginConditionalRenderNV:
      See Also:
    • 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:
    • 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:
  • Method Details

    • glBeginConditionalRenderNV

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

      public static void glEndConditionalRenderNV()