Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
Archivist
/
raylib-src
espelhamento de
https://github.com/raysan5/raylib
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Versões
24
Wiki
Atividade
Ver código fonte
add some not planned functions
- `glDepthMask` - `glColorMask`
pull/4832/head
Bigfoot71
2 semanas atrás
pai
fc52b7710c
commit
06e49a048a
1 arquivos alterados
com
7 adições
e
0 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+7
-0
src/external/rlsw.h
+ 7
- 0
src/external/rlsw.h
Ver arquivo
@ -160,6 +160,13 @@
#
define GL_UNSIGNED_INT 0x1405
#
define GL_FLOAT 0x1406
/* === Not Implemented === */
#
define glDepthMask(x) ((void)(x))
#
define glColorMask(x) ((void)(x))
/* === RLSW Enums === */
typedef
enum
{
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar