+ | New topbvh stats

This commit is contained in:
TheRedShip
2025-01-23 15:57:43 +01:00
parent 141eb369f9
commit 6b7523724d
4 changed files with 67 additions and 16 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);