+ | Texture better coede

This commit is contained in:
TheRedShip
2025-01-28 22:28:35 +01:00
parent ae83d7d9f1
commit 23f2a9a5c6
5 changed files with 5 additions and 9 deletions

View File

@ -67,7 +67,7 @@ Shader::Shader(std::string vertexPath, std::string fragmentPath, std::string com
const char *fragmentCode = loadFileWithIncludes(fragmentPath);
const char *computeCode = loadFileWithIncludes(computePath);
// printWithLineNumbers(computeCode);
printWithLineNumbers(computeCode);
_vertex = glCreateShader(GL_VERTEX_SHADER);