Przeglądaj źródła

fix for eventmarker missed in first cl

pull/420/head
user 7 lat temu
rodzic
commit
217917530b
1 zmienionych plików z 5 dodań i 0 usunięć
  1. +5
    -0
      src/rlgl.c

+ 5
- 0
src/rlgl.c Wyświetl plik

@ -4226,3 +4226,8 @@ void TraceLog(int msgType, const char *text, ...)
if (msgType == LOG_ERROR) exit(1);
}
#endif
void rlSetMarker(const char *text) {
if(debugMarkerSupported)
glInsertEventMarkerEXT(0, text); //0 terminated string
}

Ładowanie…
Anuluj
Zapisz