More config and testing adding models

Seperated Sanbox premake config from the main premake file.
This commit is contained in:
2022-08-15 21:35:22 +02:00
parent db6def3bc9
commit 3974889f7e
12 changed files with 8865 additions and 8862 deletions

View File

@ -59,6 +59,9 @@ Shader::Shader(const std::string vertexShaderPath, const std::string fragmentSha
}
char* Shader::readFile (const char* filePath){
spdlog::info("Opening {} ", filePath);
std::ifstream file ;
file.open(filePath);