#pragma once #include class ShaderCompiler { public: static VkShaderModule CreateShaderModule(const std::string& path, VkDevice logicalDevice); };