mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-02-06 03:28:20 +00:00
Merge pull request #3635 from orbea/gl_debug_warning
Silence warning with GL_DEBUG=1
This commit is contained in:
commit
42f18b1bc8
@ -17,7 +17,7 @@
|
||||
#include <glm/gtc/type_ptr.hpp>
|
||||
using namespace glm;
|
||||
|
||||
#define GL_DEBUG 0
|
||||
#undef GL_DEBUG
|
||||
#if GL_DEBUG
|
||||
#define GL_CHECK_ERROR() do { \
|
||||
if (glGetError() != GL_NO_ERROR) \
|
||||
|
Loading…
x
Reference in New Issue
Block a user