Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dkorkmazturk
Copy link

@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.
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.

1 participant