add some not planned functions
- `glDepthMask` - `glColorMask`
This commit is contained in:
parent
fc52b7710c
commit
06e49a048a
7
src/external/rlsw.h
vendored
7
src/external/rlsw.h
vendored
|
|
@ -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…
Reference in New Issue
Block a user