This commit is contained in:
MarcEricMartel
2021-11-30 19:55:11 -05:00
parent de7945038c
commit 97ffc34e24
26 changed files with 221 additions and 203 deletions

View File

@@ -26,5 +26,4 @@ class Shader
bool CheckProgramError(GLenum program, bool showWarning, bool verbose);
};
#endif // SHADER_H__