mirror of
https://github.com/nigels-com/glew.git
synced 2025-04-21 08:02:55 +00:00
10 lines
353 B
Plaintext
10 lines
353 B
Plaintext
EGL_ANDROID_native_fence_sync
|
|
https://www.khronos.org/registry/egl/specs/eglspec.1.5.pdf
|
|
EGL_ANDROID_native_fence_sync
|
|
|
|
EGL_NO_NATIVE_FENCE_FD_ANDROID -1
|
|
EGL_SYNC_NATIVE_FENCE_ANDROID 0x3144
|
|
EGL_SYNC_NATIVE_FENCE_FD_ANDROID 0x3145
|
|
EGL_SYNC_NATIVE_FENCE_SIGNALED_ANDROID 0x3146
|
|
EGLint eglDupNativeFenceFDANDROID (EGLDisplay dpy, EGLSyncKHR sync)
|