TypeScript API Documentation for GSTGL-1.0
API Version: 1.0
Library Version: 1.0.0
Generated with TypeDoc via ts-for-gir v4.0.0-beta.40
GstGL.GLSyncMeta provides the ability to synchronize the OpenGL command stream with the CPU or with other OpenGL contexts.
Static
Set a sync point to possibly wait on at a later time.
a GstGL.GLContext
Insert a wait into context's command stream ensuring all previous OpenGL commands before sync_meta have completed.
context
sync_meta
Perform a wait so that the sync point has passed from the CPU's perspective What that means, is that all GL operations changing CPU-visible data before the sync point are now visible.
GstGL.GLSyncMeta provides the ability to synchronize the OpenGL command stream with the CPU or with other OpenGL contexts.