bgfx/examples/common/entry
Martijn Courteaux e488a07f1b
Support both X11 and Wayland in the same build. (#3360)
* Support both X11 and Wayland in the same build.

 - Works for both Vulkan and OpenGL.
 - Remove --with-wayland from genie options.
 - Vulkan loads all three extensions for surface creation instead of only one.
 - Add width and height parameter to GlContext::createSwapChain(), which is needed for EGL to create
   a SwapChain with the given window size.
 - Dirty-fix the example-22-windows to recreate the FrameBuffer by first destroying and then
   recreating to make sure the window is released of its swapchain.
 - Fix dbgText glitch in example-22-windows.
 - Remove old X11-related dependencies for GLFW3.

* Formatting.
2024-10-05 14:33:22 -07:00
..
cmd.cpp Happy New Year! 2024-01-14 01:56:36 -08:00
cmd.h Happy New Year! 2024-01-14 01:56:36 -08:00
dbg.h Happy New Year! 2024-01-14 01:56:36 -08:00
dialog_darwin.mm Cleanup. 2023-03-02 21:45:20 -08:00
dialog.cpp Cleanup. 2024-06-15 16:53:08 -07:00
dialog.h Happy New Year! 2024-01-14 01:56:36 -08:00
entry_android.cpp Replace ALooper_pollAll with ALooper_pollOnce (#3334) 2024-08-02 15:38:56 -07:00
entry_glfw.cpp Support both X11 and Wayland in the same build. (#3360) 2024-10-05 14:33:22 -07:00
entry_html5.cpp Happy New Year! 2024-01-14 01:56:36 -08:00
entry_ios.mm Happy New Year! 2024-01-14 01:56:36 -08:00
entry_noop.cpp Happy New Year! 2024-01-14 01:56:36 -08:00
entry_osx.mm Happy New Year! 2024-01-14 01:56:36 -08:00
entry_p.h Support both X11 and Wayland in the same build. (#3360) 2024-10-05 14:33:22 -07:00
entry_sdl.cpp Support both X11 and Wayland in the same build. (#3360) 2024-10-05 14:33:22 -07:00
entry_windows.cpp Support both X11 and Wayland in the same build. (#3360) 2024-10-05 14:33:22 -07:00
entry_x11.cpp X11: Workaround DISPLAY not being set. 2024-05-25 09:10:05 -07:00
entry.cpp Happy New Year! 2024-01-14 01:56:36 -08:00
entry.h Happy New Year! 2024-01-14 01:56:36 -08:00
input.cpp Happy New Year! 2024-01-14 01:56:36 -08:00
input.h Happy New Year! 2024-01-14 01:56:36 -08:00