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
add some not planned functions
- `glDepthMask` - `glColorMask`
pull/4832/head
Bigfoot71
hace 2 semanas
padre
fc52b7710c
commit
06e49a048a
Se han
modificado 1 ficheros
con
7 adiciones
y
0 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+7
-0
src/external/rlsw.h
+ 7
- 0
src/external/rlsw.h
Ver fichero
@ -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
{
Escribir
Vista previa
Cargando…
Cancelar
Guardar