Class NVFence


  • public final class NVFence
    extends Object
    • Method Detail

      • glGenFencesNV

        public static void glGenFencesNV​(IntBuffer piFences)
      • glGenFencesNV

        public static int glGenFencesNV()
        Overloads glGenFencesNV.
      • glDeleteFencesNV

        public static void glDeleteFencesNV​(IntBuffer piFences)
      • 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,
                                          IntBuffer piParams)