Disable OpenGL debug messages

This commit is contained in:
Lubos 2022-03-23 11:52:45 +01:00
parent 2500ffe780
commit c0089a54f2
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
#include <stdlib.h>
#include <string.h>
#define ENABLE_GL_DEBUG 1
#define ENABLE_GL_DEBUG 0
#define ENABLE_GL_DEBUG_VERBOSE 0
#if ENABLE_GL_DEBUG
#include <GLES3/gl32.h>