Skip to content
Snippets Groups Projects
Commit d53f361c authored by Robert Menzel's avatar Robert Menzel
Browse files

changed mixed CRLF/LF to LF

parent 3a8b2ebe
No related branches found
No related tags found
No related merge requests found
Showing
with 2039 additions and 2037 deletions
......@@ -70,7 +70,8 @@ GLenum openGLError_( const char *_fileName, const unsigned long _lineNumber );
* These checks are rare, stuff like glCreate calls get checked here.
* Tests for critical errors should not impact the performance of the app measurably.
*
* common: Errors which are quite common while developing. Misuse of the library etc.
* common:
* Errors which are quite common while developing. Misuse of the library etc.
* Setting uniforms which don't exist or shader compile errors are candidates for
* common errors. Places where OpenGL resources are calles by a string etc.
*
......@@ -112,3 +113,4 @@ GLenum openGLError_( const char *_fileName, const unsigned long _lineNumber );
} // ACGL
#endif // ACGL_GLUTILS_TOOLS_HH
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment