mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-27 21:48:31 +00:00
Manually review previous PR
This commit is contained in:
@@ -1293,6 +1293,12 @@ int rlGetVersion(void)
|
||||
#endif
|
||||
}
|
||||
|
||||
// Set debug marker
|
||||
void rlSetDebugMarker(const char *text)
|
||||
{
|
||||
if(debugMarkerSupported) glInsertEventMarkerEXT(0, text); // 0 terminated string
|
||||
}
|
||||
|
||||
// Load OpenGL extensions
|
||||
// NOTE: External loader function could be passed as a pointer
|
||||
void rlLoadExtensions(void *loader)
|
||||
|
Reference in New Issue
Block a user