Tämä sivusto toimii paremmin JavaScriptillä.
Etusivu
Tutki
Apua
Kirjaudu sisään
Archivist
/
raylib-src
peilaus alkaen
https://github.com/raysan5/raylib
Tarkkaile
1
Äänestä
0
Fork
0
Koodi
Ongelmat
0
Julkaisut
24
Wiki
Toiminta
Selaa lähdekoodia
add some not planned functions
- `glDepthMask` - `glColorMask`
pull/5028/head
Bigfoot71
3 kuukautta sitten
vanhempi
fc52b7710c
commit
06e49a048a
1 muutettua tiedostoa
jossa
7 lisäystä
ja
0 poistoa
Jaettu näkymä
Diff Options
Show Stats
Download Patch File
Download Diff File
+7
-0
src/external/rlsw.h
+ 7
- 0
src/external/rlsw.h
Näytä tiedosto
@ -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
{
Kirjoita
Esikatselu
Ladataan…
Peruuta
Tallenna