mirror of
https://github.com/yuzu-emu/FasTC.git
synced 2025-01-07 01:45:28 +00:00
Add GL_RGBA constant
This commit is contained in:
parent
f7667defc3
commit
7cf9038505
|
@ -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