You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the implementation of the function eglChooseConfig ignores the set of config attributes (the attribList parameter here: 4efdb80#L0R23 ) so it behaves identically to the function eglGetConfig, which returns all the supported configs.
Implement config searching, sorting and filtering according to the EGL v1.4 speficiation in the function eglChooseConfig.
The text was updated successfully, but these errors were encountered:
Hello Juj, what would be a good test-case for this, given that only one config is supported - ie, what would we sort/filter with just one candidate ? Do we have to first implement more supported configs before doing this, and if so - what would be those configs that would be of interest ?
This issue has been automatically marked as stale because there has been no activity in the past 2 years. It will be closed automatically if no further activity occurs in the next 7 days. Feel free to re-open at any time if this issue is still relevant.
Currently the implementation of the function eglChooseConfig ignores the set of config attributes (the attribList parameter here: 4efdb80#L0R23 ) so it behaves identically to the function eglGetConfig, which returns all the supported configs.
Implement config searching, sorting and filtering according to the EGL v1.4 speficiation in the function eglChooseConfig.
The text was updated successfully, but these errors were encountered: