Query: gldeletesync
OS: debian
Section: 3g
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
GLDELETESYNC(3G) [FIXME: manual] GLDELETESYNC(3G)NAMEglDeleteSync - delete a sync objectC SPECIFICATIONvoid glDeleteSync(GLsync sync);PARAMETERSsync The sync object to be deleted.DESCRIPTIONglDeleteSync deletes the sync object specified by sync. If the fence command corresponding to the specified sync object has completed, or if no glWaitSync() or glClientWaitSync() commands are blocking on sync, the object is deleted immediately. Otherwise, sync is flagged for deletion and will be deleted when it is no longer associated with any fence command and is no longer blocking any glWaitSync() or glClientWaitSync() command. In either case, after glDeleteSync returns, the name sync is invalid and can no longer be used to refer to the sync object. glDeleteSync will silently ignore a sync value of zero.NOTESglSync is only supported if the GL version is 3.2 or greater, or if the ARB_sync extension is supported.ERRORSGL_INVALID_VALUE is generated if sync is neither zero or the name of a sync object.SEE ALSOglFenceSync(), glWaitSync(), glClientWaitSync()COPYRIGHTCopyright (C) 2010 Khronos Group. This material may be distributed subject to the terms and conditions set forth in the Open Publication License, v 1.0, 8 June 1999. http://opencontent.org/openpub/. [FIXME: source] 05/30/2012 GLDELETESYNC(3G)
Related Man Pages |
---|
glclientwaitsync(3g) - mojave |
gldeletesync(3g) - debian |
glfencesync(3g) - debian |
glfencesync(3g) - centos |
glwaitsync(3g) - osx |
Similar Topics in the Unix Linux Community |
---|
Use of MORE |
How to place restrictions in a directory |
drbd8 skip initial disk sync? |
Best way to sync time on a Linux machine |
Nested case: rsync command not found |