Files
vulkan-zig/examples
Stephen Gutekanst 55c2da886b examples: do not call glfwSwapBuffers
I am porting this example to [mach-glfw](github.com/hexops/mach-glfw), and noticed that no GLFW error handling callback is registered because in my port there are a lot of GLFW errors :)

`glfwSwapBuffers` here is emitting `GLFW_NO_WINDOW_CONTEXT` errors constantly, because calling it without a valid OpenGL context is illegal. It's not needed for Vulkan.
2021-10-31 00:57:21 -07:00
..
2020-07-05 16:27:52 +02:00
2021-09-02 16:16:35 +02:00
2021-08-08 21:50:19 +02:00
2021-04-18 00:25:50 +02:00