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

eglCompositorSwapPolicyEXT mismatch between header and description #176

Open
hallershahaf opened this issue Mar 7, 2023 · 2 comments
Open
Assignees
Labels

Comments

@hallershahaf
Copy link

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.

@stonesthrow
Copy link
Contributor

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?

@stonesthrow stonesthrow self-assigned this Mar 7, 2023
@stonesthrow stonesthrow added the bug label Mar 7, 2023
@shadazar
Copy link
Contributor

shadazar commented Mar 7, 2023

Yes it's a bug, we'll get the typo addressed in the near future.

@stonesthrow stonesthrow assigned shadazar and unassigned stonesthrow Jul 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants