bgfx/examples/42-bunnylod
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
..
bunnylod.cpp Support both X11 and Wayland in the same build. (#3360) 2024-10-05 14:33:22 -07:00
fs_bunnylod.sc Happy New Year! 2024-01-14 01:56:36 -08:00
makefile Happy New Year! 2024-01-14 01:56:36 -08:00
progmesh.c bugfix : weldVert and array_push (#2769) 2022-04-15 07:22:43 -07:00
screenshot.png Added screenshot. 2020-05-31 11:50:52 -07:00
varying.def.sc Fixes example 42 (#2235) 2020-08-16 11:44:00 -07:00
vs_bunnylod.sc Happy New Year! 2024-01-14 01:56:36 -08:00