CMake refactor, fix warnings

This commit is contained in:
2022-10-08 19:05:31 +02:00
parent baf9b17a14
commit 028829a291
36 changed files with 219 additions and 394 deletions

View File

@@ -13,7 +13,6 @@ public:
std::string name;
std::string vertexPath;
std::string fragmentPath;
std::string geometryPath;
};
ShaderProgram(Prototype prototype);