Uses of Class
com.blackrook.gloop.opengl.gl3.OGLSync
Packages that use OGLSync
-
Uses of OGLSync in com.blackrook.gloop.opengl.gl3
Methods in com.blackrook.gloop.opengl.gl3 that return OGLSyncModifier and TypeMethodDescriptionOGL32Graphics.createFenceSync()Creates a new fence synching object for OPENGL Sync operations.Methods in com.blackrook.gloop.opengl.gl3 with parameters of type OGLSyncModifier and TypeMethodDescriptionOGL32Graphics.awaitClentFlushedCommandsSync(OGLSync sync, long timeoutNanos) Awaits signal from OpenGL that OpenGL has flushed all of its commands.voidAwaits signal from the GL server that a sync object is signaled.voidOGL32Graphics.destroySync(OGLSync sync) Destroys a sync object.