This website works better with JavaScript.
Home
Explore
Help
Sign In
Archivist
/
raylib-src
mirror of
https://github.com/raysan5/raylib
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
24
Wiki
Activity
Browse Source
fix for eventmarker missed in first cl
pull/420/head
user
7 years ago
parent
48d0c93ace
commit
217917530b
1 changed files
with
5 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
src/rlgl.c
+ 5
- 0
src/rlgl.c
View File
@ -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…
Cancel
Save