From 7cf9038505d69ce9420e5f54e8981fb44b447f26 Mon Sep 17 00:00:00 2001 From: Pavel Krajcevski Date: Thu, 1 Oct 2015 17:49:56 -0400 Subject: [PATCH] Add GL_RGBA constant --- IO/src/GLDefines.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/IO/src/GLDefines.h b/IO/src/GLDefines.h index 2570a88..b38a03e 100644 --- a/IO/src/GLDefines.h +++ b/IO/src/GLDefines.h @@ -76,6 +76,8 @@ #define GL_UNSIGNED_INT 0x1405 #define GL_FLOAT 0x1406 #define GL_DOUBLE 0x140A + +#define GL_RGBA 0x1908 #define GL_RGBA8 0x8058 #endif // GL_VERSION_1_1