Browse Source

add some not planned functions

- `glDepthMask`
- `glColorMask`
pull/4832/head
Bigfoot71 2 weeks ago
parent
commit
06e49a048a
1 changed files with 7 additions and 0 deletions
  1. +7
    -0
      src/external/rlsw.h

+ 7
- 0
src/external/rlsw.h View File

@ -160,6 +160,13 @@
#define GL_UNSIGNED_INT 0x1405 #define GL_UNSIGNED_INT 0x1405
#define GL_FLOAT 0x1406 #define GL_FLOAT 0x1406
/* === Not Implemented === */
#define glDepthMask(x) ((void)(x))
#define glColorMask(x) ((void)(x))
/* === RLSW Enums === */ /* === RLSW Enums === */
typedef enum { typedef enum {

Loading…
Cancel
Save