Uses of Class
org.lwjgl.opengles.GLSync
-
Packages that use GLSync Package Description org.lwjgl.opengles -
-
Uses of GLSync in org.lwjgl.opengles
Methods in org.lwjgl.opengles that return GLSync Modifier and Type Method Description static GLSyncGLES30. glFenceSync(int condition, int flags)static GLSyncAPPLESync. glFenceSyncAPPLE(int condition, int flags)Methods in org.lwjgl.opengles with parameters of type GLSync Modifier and Type Method Description static intGLES30. glClientWaitSync(GLSync sync, int flags, long timeout)static intAPPLESync. glClientWaitSyncAPPLE(GLSync sync, int flags, long timeout)static voidGLES30. glDeleteSync(GLSync sync)static voidAPPLESync. glDeleteSyncAPPLE(GLSync sync)static voidGLES30. glGetSync(GLSync sync, int pname, IntBuffer length, IntBuffer values)static voidAPPLESync. glGetSyncAPPLE(GLSync sync, int pname, IntBuffer length, IntBuffer values)static intGLES30. glGetSynci(GLSync sync, int pname)Overloads glGetSynciv.static intAPPLESync. glGetSynciAPPLE(GLSync sync, int pname)Overloads glGetSyncivAPPLE.static booleanGLES30. glIsSync(GLSync sync)static booleanAPPLESync. glIsSyncAPPLE(GLSync sync)static voidGLES30. glWaitSync(GLSync sync, int flags, long timeout)static voidAPPLESync. glWaitSyncAPPLE(GLSync sync, int flags, long timeout)
-