Update VulkanTutorial.h

master
InkSoul 2024-03-01 23:29:16 +08:00
parent b6a7ed9d6d
commit 14905da5ad
1 changed files with 2 additions and 0 deletions

View File

@ -130,6 +130,8 @@ private:
static std::vector<char> readFile(const std::string& filename);
VkShaderModule createShaderModule(const std::vector<char> code);
};
HelloTriangleApplication::HelloTriangleApplication()