Add GL_RGBA constant

This commit is contained in:
Pavel Krajcevski 2015-10-01 17:49:56 -04:00
parent f7667defc3
commit 7cf9038505

View file

@ -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