mirror of
https://github.com/yuzu-emu/FasTC
synced 2024-11-25 08:49:21 +00:00
Add GL_RGBA constant
This commit is contained in:
parent
f7667defc3
commit
7cf9038505
1 changed files with 2 additions and 0 deletions
|
@ -76,6 +76,8 @@
|
||||||
#define GL_UNSIGNED_INT 0x1405
|
#define GL_UNSIGNED_INT 0x1405
|
||||||
#define GL_FLOAT 0x1406
|
#define GL_FLOAT 0x1406
|
||||||
#define GL_DOUBLE 0x140A
|
#define GL_DOUBLE 0x140A
|
||||||
|
|
||||||
|
#define GL_RGBA 0x1908
|
||||||
#define GL_RGBA8 0x8058
|
#define GL_RGBA8 0x8058
|
||||||
|
|
||||||
#endif // GL_VERSION_1_1
|
#endif // GL_VERSION_1_1
|
||||||
|
|
Loading…
Reference in a new issue