Comment glInsertEventMarkerEXT
This commit is contained in:
parent
8fa9813467
commit
6caec508c5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue