Rewrite of main function to use SDL3 app main callbacks
This commit is contained in:
@@ -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;
|
||||
}
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user