Uses of Class
org.lwjgl.opengl.GLSync
-
Packages that use GLSync Package Description org.lwjgl.opencl org.lwjgl.opengl -
-
Uses of GLSync in org.lwjgl.opencl
Methods in org.lwjgl.opencl with parameters of type GLSync Modifier and Type Method Description static CLEventKHRGLEvent. clCreateEventFromGLsyncKHR(CLContext context, GLSync sync, IntBuffer errcode_ret) -
Uses of GLSync in org.lwjgl.opengl
Methods in org.lwjgl.opengl that return GLSync Modifier and Type Method Description static GLSyncARBCLEvent. glCreateSyncFromCLeventARB(CLContext context, CLEvent event, int flags)static GLSyncARBSync. glFenceSync(int condition, int flags)static GLSyncGL32. glFenceSync(int condition, int flags)Methods in org.lwjgl.opengl with parameters of type GLSync Modifier and Type Method Description static intARBSync. glClientWaitSync(GLSync sync, int flags, long timeout)static intGL32. glClientWaitSync(GLSync sync, int flags, long timeout)static voidARBSync. glDeleteSync(GLSync sync)static voidGL32. glDeleteSync(GLSync sync)static intARBSync. glGetSync(GLSync sync, int pname)Deprecated.Will be removed in 3.0.static voidARBSync. glGetSync(GLSync sync, int pname, IntBuffer length, IntBuffer values)static intGL32. glGetSync(GLSync sync, int pname)Deprecated.Will be removed in 3.0.static voidGL32. glGetSync(GLSync sync, int pname, IntBuffer length, IntBuffer values)static intARBSync. glGetSynci(GLSync sync, int pname)Overloads glGetSynciv.static intGL32. glGetSynci(GLSync sync, int pname)Overloads glGetSynciv.static booleanARBSync. glIsSync(GLSync sync)static booleanGL32. glIsSync(GLSync sync)static voidARBSync. glWaitSync(GLSync sync, int flags, long timeout)static voidGL32. glWaitSync(GLSync sync, int flags, long timeout)
-