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
Travis CI: Fix emscripten build breakage
pull/583/head
2.0.0
Ahmad Fatoum
há 7 anos
ascendente
3632b160d5
cometimento
639ce09c9d
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados
ID da chave GPG:
C3EAC3DE9321D59B
1 ficheiros alterados
com
4 adições
e
0 eliminações
Visualização unificada
Opções das diferenças
Mostrar estatísticas
Descarregar ficheiro patch
Descarregar ficheiro diff
+4
-0
examples/others/rlgl_standalone.c
+ 4
- 0
examples/others/rlgl_standalone.c
Ver ficheiro
@ -48,6 +48,10 @@
#
define RLGL_STANDALONE
#
define RLGL_STANDALONE
#
include
"rlgl.h" // OpenGL 1.1 immediate-mode style coding
#
include
"rlgl.h" // OpenGL 1.1 immediate-mode style coding
#
ifdef __EMSCRIPTEN__
#
define GLFW_INCLUDE_ES2
#
endif
#
include
<GLFW/glfw3.h> // Windows/Context and inputs management
#
include
<GLFW/glfw3.h> // Windows/Context and inputs management
#
define RED (Color){ 230, 41, 55, 255 }
/
/
Red
#
define RED (Color){ 230, 41, 55, 255 }
/
/
Red
Escrever
Pré-visualizar
Carregando…
Cancelar
Guardar