This commit is contained in:
Dmitry Sergeev
2026-08-20 17:02:17 +03:00
commit b953e38a69
6 changed files with 274 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
M0.1 Go module + SDL3 window
M0.2 Vulkan instance
M0.3 enumerate/select GPU
M0.4 SDL Vulkan surface
M0.5 logical device + queues
M0.6 swapchain
M0.7 clear window to a solid color
M0.8 resize + clean teardown