We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The APIs signature states that it receives external_win_id as input -
EGLBoolean eglCompositorSwapPolicyEXT(EGLint external_win_id, EGLint policy);
While the API description itself mentions external_ref_id as input -
This function shall be called by the primary context to specify the handling of buffer swaps of the context specified by external_ref_id.
The text was updated successfully, but these errors were encountered:
You are referring to extension: https://registry.khronos.org/EGL/extensions/EXT/EGL_EXT_compositor.txt Lets see if the original authors are available and can respond and/or fix.
It does look like a copy and paste error. In the description for that function. @shadazar , Are you available to respond?
Sorry, something went wrong.
Yes it's a bug, we'll get the typo addressed in the near future.
shadazar
No branches or pull requests
The APIs signature states that it receives external_win_id as input -
While the API description itself mentions external_ref_id as input -
The text was updated successfully, but these errors were encountered: