Skip to content

API Reference / @gtkx/gl / fenceSync

Function: fenceSync()

fenceSync(condition, flags): GLsync

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

GLsync glFenceSync(GLenum condition, GLbitfield flags)

Provided by GL_VERSION_3_2.

Parameters

condition

number

GLenum, group SyncCondition

flags

number

GLbitfield, group SyncBehaviorFlags

Returns

GLsync

GLsync

See

https://registry.khronos.org/OpenGL-Refpages/gl4/html/glFenceSync.xhtml

Released under the MPL-2.0 License.