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
Describe the bug
Following the recent commits switching from GLX to EGL, examples finally run on wayland when started with --gl parameter (see issue #2416 for details). It unfortunately appears that there is something wrong with switching to fullscreen: upon the switch, nothing is rendered.
To Reproduce
Steps to reproduce the behavior:
clone the repository
edit makefile line 116 adding --with-sdl --with-wayland
With open amd driver the situation is only slightly better:
belegdol
changed the title
With GL renderer and wayland, switching to full screen with crtl-f results in nothing being rendered
With GL renderer and wayland, switching to full screen with crtl-f results in nothing (nvidia) or not much (amd) being rendered
Jul 10, 2023
Describe the bug
Following the recent commits switching from GLX to EGL, examples finally run on wayland when started with
--gl
parameter (see issue #2416 for details). It unfortunately appears that there is something wrong with switching to fullscreen: upon the switch, nothing is rendered.To Reproduce
Steps to reproduce the behavior:
--with-sdl --with-wayland
make -j12 linux-debug64
cd examples/runtime
SDL_VIDEODRIVER=wayland ../../.build/linux64_gcc/bin/examplesDebug --gl
Expected behavior
Example is rendered as it is in the windowed mode
Screenshots
Additional context
I tested with 535.54.03 nvidia driver on an up-to-date Fedora 38 installation.
The text was updated successfully, but these errors were encountered: