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)
|
void rlSetDebugMarker(const char *text)
|
||||||
{
|
{
|
||||||
#if defined(GRAPHICS_API_OPENGL_33)
|
#if defined(GRAPHICS_API_OPENGL_33)
|
||||||
if (debugMarkerSupported) glInsertEventMarkerEXT(0, text);
|
//if (debugMarkerSupported) glInsertEventMarkerEXT(0, text);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue