glDeleteSync â delete a sync object
C Specificationvoid glDeleteSync(
GLsync sync)
;
Â
Parameterssync
The sync object to be deleted.
glDeleteSync
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.
GL_INVALID_VALUE
is generated if sync
is neither zero or the name of a sync object.
Copyright © 2010-2014 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. https://opencontent.org/openpub/.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.5