feat: added shader compilation to cmakelist
This commit is contained in:
@@ -62,7 +62,6 @@ private:
|
||||
void cleanup();
|
||||
|
||||
// utility functions
|
||||
std::vector<const char*> getRequiredExtensions();
|
||||
VkShaderModule createShaderModule(const std::vector<char> &code);
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user