6566d9075d
* demo: fix errors and warnings in GLFW Vulkan demo * demo: improve resize handling in GLFW Vulkan demo On my machine (x86_64 Linux, Wayland) VK_SUBOPTIMAL or VK_OUT_OF_DATE_KHR were never returned so the resizing of the swapchain never happened. Fix by using GLFW's resize callback to detect a window resize and a swapchain recreation. Vulkan tutorial uses the same approach. fb_scale was never used in the Vulkan backend, so it was removed. * demo: fix copy&paste typo in GLFW Vulkan demo * demo: sync nuklear_glfw_vulkan.in.h with nuklear_glfw_vulkan.h Over time people have not been noticing that the expected workflow is to build nuklear_glfw_vulkan.h from nuklear_glfw_vulkan.in.h |
||
---|---|---|
.. | ||
allegro5 | ||
common | ||
d3d9 | ||
d3d11 | ||
d3d12 | ||
gdi | ||
gdi_native_nuklear | ||
gdip | ||
glfw_opengl2 | ||
glfw_opengl3 | ||
glfw_opengl4 | ||
glfw_vulkan | ||
rawfb | ||
sdl_opengl2 | ||
sdl_opengl3 | ||
sdl_opengles2 | ||
sdl_renderer | ||
sdl_vulkan | ||
sfml_opengl2 | ||
sfml_opengl3 | ||
x11 | ||
x11_opengl2 | ||
x11_opengl3 | ||
x11_xft | ||
xcb_cairo |