Cleaned up styles
This commit is contained in:
parent
9b8b6e91f3
commit
b21efca0e5
2 changed files with 6 additions and 27 deletions
|
@ -14,7 +14,6 @@ namespace oglu
|
|||
AbstractShader::AbstractShader(const AbstractShader& other) :
|
||||
program(other.program)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
Shader MakeShader(const char* vertexShaderFile, const char* fragmentShaderFile)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue