feat: practica1 done

This commit is contained in:
izenynn
2025-02-20 14:56:44 +01:00
parent 6cc31a24ac
commit d75b41184f
8 changed files with 20 additions and 16 deletions

View File

@@ -112,6 +112,7 @@ std::string Shader::ReadShaderFile(const std::string& filename)
uint32_t Shader::CompileShader(uint32_t type, const std::string& source_path)
{
std::string source = ReadShaderFile(source_path);
//std::cout << "SHADER FILE: " << source << "\n";
if (source.empty())
return 0;