Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
Archivist
/
raylib-src
réplica de
https://github.com/raysan5/raylib
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Lanzamientos
24
Wiki
Actividad
Explorar el Código
fix for eventmarker missed in first cl
pull/420/head
user
hace 7 años
padre
48d0c93ace
commit
217917530b
Se han
modificado 1 ficheros
con
5 adiciones
y
0 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+5
-0
src/rlgl.c
+ 5
- 0
src/rlgl.c
Ver fichero
@ -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
}
Escribir
Vista previa
Cargando…
Cancelar
Guardar