fixing wsi crashes
Build / build (push) Successful in 2m19s
Test / build_and_test (push) Successful in 1m54s

This commit is contained in:
2026-07-01 13:56:47 +02:00
parent 762d414d54
commit 5b182580a7
11 changed files with 118 additions and 47 deletions
+1
View File
@@ -17,6 +17,7 @@ const formats = [_]vk.SurfaceFormatKHR{
};
const present_modes = [_]vk.PresentModeKHR{
.fifo_khr,
.immediate_khr,
};