Przeglądaj źródła

add some not planned functions

- `glDepthMask`
- `glColorMask`
pull/4832/head
Bigfoot71 2 tygodni temu
rodzic
commit
06e49a048a
1 zmienionych plików z 7 dodań i 0 usunięć
  1. +7
    -0
      src/external/rlsw.h

+ 7
- 0
src/external/rlsw.h Wyświetl plik

@ -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 {

Ładowanie…
Anuluj
Zapisz