Rewrite of main function to use SDL3 app main callbacks

This commit is contained in:
azraptor
2025-07-03 08:42:50 -04:00
parent eeb0dd8024
commit 969a3285e9
4 changed files with 66 additions and 18 deletions

View File

@@ -7,6 +7,8 @@
#include <vector>
#include <optional>
#include <stdio.h>
#include <vulkan/vulkan.h>
const std::vector<const char*> validationLayers = {
@@ -138,4 +140,4 @@ private:
return VK_FALSE;
}
};
};