This website works better with JavaScript.
Почетна
Преглед
Помоћ
Пријавите Се
Archivist
/
raylib-src
огледало од
https://github.com/raysan5/raylib
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
0
Издања
24
Вики
Activity
Преглед изворни кода
fix for eventmarker missed in first cl
pull/420/head
user
пре 7 година
родитељ
48d0c93ace
комит
217917530b
1 измењених фајлова
са
5 додато
и
0 уклоњено
Подељен поглед
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
}
Write
Preview
Loading…
Откажи
Сачувај