Skip to content

API Reference / @gtkx/gl / fenceSync

Function: fenceSync()

fenceSync(condition, flags): GLsync

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

GLsync glFenceSync(GLenum condition, GLbitfield flags)

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

Parameters

condition

number

SyncCondition

flags

number

SyncBehaviorFlags

Returns

GLsync

GLsync, object class sync

Released under the MPL-2.0 License.