Ce site fonctionne mieux avec JavaScript.
Accueil
Explorateur
Aide
Connexion
Archivist
/
raylib-src
miroir de
https://github.com/raysan5/raylib
Suivre
1
Ajouter aux favoris
0
Bifurcation
0
Code
Tickets
0
Versions
24
Wiki
Activité
Parcourir la source
fix for eventmarker missed in first cl
pull/420/head
user
il y a 7 ans
Parent
48d0c93ace
révision
217917530b
1 fichiers modifiés
avec
5 ajouts
et
0 suppressions
Vue séparée
Option de Diff
Voir les Statistiques
Télécharger le Fichier Patch
Télécharger le Fichier des Différences
+5
-0
src/rlgl.c
+ 5
- 0
src/rlgl.c
Voir le fichier
@ -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
}
Écrire
Aperçu
Chargement…
Annuler
Enregistrer