浏览代码

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
}

正在加载...
取消
保存