Enable arb debug output on all non apple platform

This commit is contained in:
Vincent Lejeune 2014-08-25 01:53:05 +02:00
parent 44de38bf10
commit f3752a03f0

View File

@ -108,7 +108,7 @@ PFNGLVERTEXATTRIBLPOINTERPROC glVertexAttribLPointer;
static bool is_gl_init = false;
#ifdef DEBUG
#ifdef WIN32
#if !defined(__APPLE__)
#define ARB_DEBUG_OUTPUT
#endif
#endif