Comment glInsertEventMarkerEXT

This commit is contained in:
Milan Nikolic 2018-02-21 22:30:28 +01:00
parent 8fa9813467
commit 6caec508c5

View file

@ -1324,7 +1324,7 @@ int rlGetVersion(void)
void rlSetDebugMarker(const char *text)
{
#if defined(GRAPHICS_API_OPENGL_33)
if (debugMarkerSupported) glInsertEventMarkerEXT(0, text);
//if (debugMarkerSupported) glInsertEventMarkerEXT(0, text);
#endif
}