Class NVFence


  • public final class NVFence
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int GL_ALL_COMPLETED_NV
      Accepted by the <condition> parameter of SetFenceNV:
      static int GL_FENCE_CONDITION_NV
      Accepted by the <pname> parameter of GetFenceivNV:
      static int GL_FENCE_STATUS_NV
      Accepted by the <pname> parameter of GetFenceivNV:
    • Field Detail

      • GL_ALL_COMPLETED_NV

        public static final int GL_ALL_COMPLETED_NV
        Accepted by the <condition> parameter of SetFenceNV:
        See Also:
        Constant Field Values
      • GL_FENCE_STATUS_NV

        public static final int GL_FENCE_STATUS_NV
        Accepted by the <pname> parameter of GetFenceivNV:
        See Also:
        Constant Field Values
      • GL_FENCE_CONDITION_NV

        public static final int GL_FENCE_CONDITION_NV
        Accepted by the <pname> parameter of GetFenceivNV:
        See Also:
        Constant Field Values
    • Method Detail

      • glGenFencesNV

        public static void glGenFencesNV​(java.nio.IntBuffer fences)
      • glGenFencesNV

        public static int glGenFencesNV()
        Overloads glGenFencesNV.
      • glDeleteFencesNV

        public static void glDeleteFencesNV​(java.nio.IntBuffer fences)
      • glDeleteFencesNV

        public static void glDeleteFencesNV​(int fence)
        Overloads glDeleteFencesNV.
      • glSetFenceNV

        public static void glSetFenceNV​(int fence,
                                        int condition)
      • glTestFenceNV

        public static boolean glTestFenceNV​(int fence)
      • glFinishFenceNV

        public static void glFinishFenceNV​(int fence)
      • glIsFenceNV

        public static boolean glIsFenceNV​(int fence)
      • glGetFenceivNV

        public static void glGetFenceivNV​(int fence,
                                          int pname,
                                          java.nio.IntBuffer params)