Ver código fonte

add some not planned functions

- `glDepthMask`
- `glColorMask`
pull/4832/head
Bigfoot71 2 semanas atrás
pai
commit
06e49a048a
1 arquivos alterados com 7 adições e 0 exclusões
  1. +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 {

Carregando…
Cancelar
Salvar