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 `glHint` and `glShadeModel` macros (not implmented)
pull/4832/head
Bigfoot71
1 week ago
parent
f447c97662
commit
13585d8684
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
src/external/rlsw.h
+ 2
- 1
src/external/rlsw.h
View File
@ -269,7 +269,8 @@
#
define glDepthMask(X) ((void)(X))
#
define glColorMask(X) ((void)(X))
#
define glPixelStorei(X, Y) ((void)(X);(void)(Y))
#
define glHint(X, Y) ((void)(X);(void)(Y))
#
define glShadeModel(X) ((void)(X))
/* === RLSW Enums === */
Write
Preview
Loading…
Cancel
Save