Explorar el Código

add some not planned functions

- `glDepthMask`
- `glColorMask`
pull/4832/head
Bigfoot71 hace 2 semanas
padre
commit
06e49a048a
Se han modificado 1 ficheros con 7 adiciones y 0 borrados
  1. +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 {

Cargando…
Cancelar
Guardar