Este sítio funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Iniciar sessão
Archivist
/
raylib-src
espelho de
https://github.com/raysan5/raylib
Vigiar
1
Marcar como favorito
0
Derivar
0
Código
Questões
0
Lançamentos
24
Wiki
Trabalho
Ver a proveniência
fix for eventmarker missed in first cl
pull/420/head
user
há 7 anos
ascendente
48d0c93ace
cometimento
217917530b
1 ficheiros alterados
com
5 adições
e
0 eliminações
Visualização em 2 colunas
Opções das diferenças
Mostrar estatísticas
Descarregar ficheiro patch
Descarregar ficheiro diff
+5
-0
src/rlgl.c
+ 5
- 0
src/rlgl.c
Ver ficheiro
@ -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
}
Escrever
Pré-visualizar
Carregando…
Cancelar
Guardar