Skip to content

API Reference / @gtkx/gl / isSync

Function: isSync()

isSync(sync): boolean

Defined in: generated/commands.d.ts:3662

GLboolean glIsSync(GLsync sync)

Provided by GL_VERSION_3_2. Registry note: Reuse ARB_sync Also provided by the GL_ARB_sync extension. Also known as glIsSyncAPPLE.

Parameters

sync

GLsync

GLsync, object class sync

Returns

boolean

boolean

Released under the MPL-2.0 License.