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
Failure with QT is expected because it uses xcb platform by default.
Using an alternative platform like eglfs should work, but I couldn't make it work yet.
Failure with GLFW is expected too and it seems like it's possible to use EGL or OSMesa, but only if GLFW support for these platforms is enabled at compile-time.
Regarding EGL failure, it's passing locally on my side, so it needs more investigation.
To Reproduce
Steps to reproduce the behavior:
Stops the X server
Run tests TestSDKExternalWindowGLFW, TestSDKExternalWindowQT and TestSDKExternalWindowEGL
The text was updated successfully, but these errors were encountered:
Failure with QT is expected because it uses
xcb
platform by default.Using an alternative platform like
eglfs
should work, but I couldn't make it work yet.Failure with GLFW is expected too and it seems like it's possible to use EGL or OSMesa, but only if GLFW support for these platforms is enabled at compile-time.
Regarding EGL failure, it's passing locally on my side, so it needs more investigation.
To Reproduce
Steps to reproduce the behavior:
TestSDKExternalWindowGLFW
,TestSDKExternalWindowQT
andTestSDKExternalWindowEGL
The text was updated successfully, but these errors were encountered: