mirror of
https://github.com/glest/glest-source.git
synced 2025-09-28 00:19:00 +02:00
- round 2 of cppcheck code cleanup
This commit is contained in:
@@ -48,7 +48,7 @@ int getGlMaxTextureSize();
|
||||
int getGlMaxTextureUnits();
|
||||
int getGlModelviewMatrixStackDepth();
|
||||
int getGlProjectionMatrixStackDepth();
|
||||
void checkGlExtension(const char *extensionName);
|
||||
//void checkGlExtension(const char *extensionName);
|
||||
|
||||
void inline _assertGl(const char *file, int line, GLenum *forceErrorNumber = NULL) {
|
||||
GLenum error = (forceErrorNumber != NULL ? *forceErrorNumber : glGetError());
|
||||
|
Reference in New Issue
Block a user