Uses of Class
org.lwjgl.opengles.GLSync
Packages that use GLSync
-
Uses of GLSync in org.lwjgl.opengles
Methods in org.lwjgl.opengles that return GLSyncModifier and TypeMethodDescriptionstatic GLSyncGLES30.glFenceSync(int condition, int flags) static GLSyncAPPLESync.glFenceSyncAPPLE(int condition, int flags) Methods in org.lwjgl.opengles with parameters of type GLSyncModifier and TypeMethodDescriptionstatic 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 voidstatic 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 booleanstatic booleanAPPLESync.glIsSyncAPPLE(GLSync sync) static voidGLES30.glWaitSync(GLSync sync, int flags, long timeout) static voidAPPLESync.glWaitSyncAPPLE(GLSync sync, int flags, long timeout)