ソースを参照

fix for eventmarker missed in first cl

pull/420/head
user 7年前
コミット
217917530b
1個のファイルの変更5行の追加0行の削除
  1. +5
    -0
      src/rlgl.c

+ 5
- 0
src/rlgl.c ファイルの表示

@ -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
}

読み込み中…
キャンセル
保存