Cleaned up styles

This commit is contained in:
Robert 2021-01-23 12:24:22 +01:00
parent 9b8b6e91f3
commit b21efca0e5
2 changed files with 6 additions and 27 deletions

View file

@ -14,7 +14,6 @@ namespace oglu
AbstractShader::AbstractShader(const AbstractShader& other) :
program(other.program)
{
}
Shader MakeShader(const char* vertexShaderFile, const char* fragmentShaderFile)