mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-08 21:57:05 +02:00
Don't check gl errors
This commit is contained in:
parent
7a03daa76f
commit
fc4bf0c325
1 changed files with 2 additions and 2 deletions
|
@ -49,7 +49,7 @@ static const GLenum _elementTypeToGLType[NUM_TYPES]= {
|
||||||
GL_UNSIGNED_BYTE
|
GL_UNSIGNED_BYTE
|
||||||
};
|
};
|
||||||
|
|
||||||
#define CHECK_GL_ERROR() ::gpu::GLBackend::checkGLError()
|
//#define CHECK_GL_ERROR() ::gpu::GLBackend::checkGLError()
|
||||||
//#define CHECK_GL_ERROR()
|
#define CHECK_GL_ERROR()
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue