feat: practica1 done
This commit is contained in:
		| @@ -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; | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 izenynn
					izenynn