The first frames work finally

This commit is contained in:
Dynamitos
2024-10-19 11:54:04 +02:00
parent 1193406dd8
commit 17746f8d20
11 changed files with 101 additions and 134 deletions
+1
View File
@@ -14,6 +14,7 @@ class Shader {
virtual ~Shader();
void create(const ShaderCreateInfo& createInfo);
void create(std::string_view binary);
constexpr VkShaderModule getModuleHandle() const { return module; }
constexpr const char* getEntryPointName() const {