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
It'd be nice if VOGL could autodetect EGL use but most probably the easiest approach would be to just have an option for the tracer (like Apitrace does) of --api=egl that selects EGL for use .
To reproduce the issue try vogl64 trace /usr/bin/es2gears
The text was updated successfully, but these errors were encountered:
So I looked into this in more detail. Apparently VOGL uses the obsolete Khronos spec files instead of the more modern XML registry. However, the EGL functions aren't available under spec file format. So, fixing this bug requires adding support for the API XML Registry.
It'd be nice if VOGL could autodetect EGL use but most probably the easiest approach would be to just have an option for the tracer (like Apitrace does) of
--api=egl
that selects EGL for use .To reproduce the issue try
vogl64 trace /usr/bin/es2gears
The text was updated successfully, but these errors were encountered: