This website works better with JavaScript.
Home
Explore
Help
Sign In
Archivist
/
raylib-src
mirror of
https://github.com/raysan5/raylib
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
24
Wiki
Activity
Browse Source
add some not planned functions
- `glDepthMask` - `glColorMask`
pull/4832/head
Bigfoot71
2 weeks ago
parent
fc52b7710c
commit
06e49a048a
1 changed files
with
7 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
{
Write
Preview
Loading…
Cancel
Save