Uses of Class
org.lwjgl.opengl.GLSync
Packages that use GLSync
-
Uses of GLSync in org.lwjgl.opencl
Methods in org.lwjgl.opencl with parameters of type GLSyncModifier and TypeMethodDescriptionstatic CLEventKHRGLEvent.clCreateEventFromGLsyncKHR(CLContext context, GLSync sync, IntBuffer errcode_ret) -
Uses of GLSync in org.lwjgl.opengl
Methods in org.lwjgl.opengl that return GLSyncModifier and TypeMethodDescriptionstatic 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 GLSyncModifier and TypeMethodDescriptionstatic 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 intDeprecated.Will be removed in 3.0.static voidstatic intDeprecated.Will be removed in 3.0.static voidstatic intARBSync.glGetSynci(GLSync sync, int pname) Overloads glGetSynciv.static intGL32.glGetSynci(GLSync sync, int pname) Overloads glGetSynciv.static booleanstatic booleanstatic voidARBSync.glWaitSync(GLSync sync, int flags, long timeout) static voidGL32.glWaitSync(GLSync sync, int flags, long timeout)