save code

This commit is contained in:
xsl
2025-10-26 00:13:08 +08:00
parent 41a659bd6d
commit b2da84f903
66 changed files with 24834 additions and 78 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ class AppBase
{
public:
std::vector<char> readFile(const std::string& enginePath);
std::vector<unsigned char> readFileEx(const std::string& enginePath);
std::vector<unsigned char> readFileUnsignedChar(const std::string& enginePath, bool example);
//std::string getPath(const std::string path);
VkShaderModule createShaderModule(VkDevice& device, const std::vector<char>& code);
const std::vector<const char*> validationLayers = {"VK_LAYER_KHRONOS_validation"};