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
When creating a PsyGlCanvas, psylib will try to query gl device using eglQueryDevicesEXT.
This crashes in the function list_egl_devices: on the function eglQueryDevicesEXT. This is an egl extension, so the first step is perhaps to see whether the extension is supported using epoxy_has_egl_extension
The text was updated successfully, but these errors were encountered:
When creating a PsyGlCanvas, psylib will try to query gl device using eglQueryDevicesEXT.
This crashes in the function list_egl_devices: on the function eglQueryDevicesEXT. This is an egl extension, so the first step is perhaps to see whether the extension is supported using
epoxy_has_egl_extension
The text was updated successfully, but these errors were encountered: