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 CLEvent
KHRGLEvent.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 GLSync
ARBCLEvent.glCreateSyncFromCLeventARB
(CLContext context, CLEvent event, int flags) static GLSync
ARBSync.glFenceSync
(int condition, int flags) static GLSync
GL32.glFenceSync
(int condition, int flags) Methods in org.lwjgl.opengl with parameters of type GLSyncModifier and TypeMethodDescriptionstatic int
ARBSync.glClientWaitSync
(GLSync sync, int flags, long timeout) static int
GL32.glClientWaitSync
(GLSync sync, int flags, long timeout) static void
ARBSync.glDeleteSync
(GLSync sync) static void
GL32.glDeleteSync
(GLSync sync) static int
Deprecated.Will be removed in 3.0.static void
static int
Deprecated.Will be removed in 3.0.static void
static int
ARBSync.glGetSynci
(GLSync sync, int pname) Overloads glGetSynciv.static int
GL32.glGetSynci
(GLSync sync, int pname) Overloads glGetSynciv.static boolean
static boolean
static void
ARBSync.glWaitSync
(GLSync sync, int flags, long timeout) static void
GL32.glWaitSync
(GLSync sync, int flags, long timeout)