Skip to content

EGL_ANDROID_native_fence_sync: Fix the attribute that must be set after a flush#210

Open
dkorkmazturk wants to merge 1 commit intoKhronosGroup:mainfrom
dkorkmazturk:native_fence_sync
Open

EGL_ANDROID_native_fence_sync: Fix the attribute that must be set after a flush#210
dkorkmazturk wants to merge 1 commit intoKhronosGroup:mainfrom
dkorkmazturk:native_fence_sync

Conversation

@dkorkmazturk
Copy link
Copy Markdown

@dkorkmazturk dkorkmazturk commented Jan 13, 2025

The EGL_SYNC_NATIVE_FENCE_FD_ANDROID attribute of an EGL sync object is intended to be set to a file descriptor that refers to the underlying native fence object.

However, a sentence in the specification suggests that the EGL_SYNC_NATIVE_FENCE_ANDROID attribute is used for storing file descriptors instead. This is probably a typo since EGL_SYNC_NATIVE_FENCE_ANDROID is not an attribute.

…er a flush

The EGL_SYNC_NATIVE_FENCE_FD_ANDROID attribute of an EGL sync object is
intended to be set to a file descriptor that refers to the underlying
native fence object.

However, a sentence in the specification suggests that the
EGL_SYNC_NATIVE_FENCE_ANDROID attribute is used for storing file
descriptors instead. This is probably a typo since
EGL_SYNC_NATIVE_FENCE_ANDROID is not an attribute.
@stonesthrow
Copy link
Copy Markdown
Contributor

@ianelliottus - Check this please

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants