Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'drape/glconstants.hpp')
-rw-r--r--drape/glconstants.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/drape/glconstants.hpp b/drape/glconstants.hpp
index 1dccc60bb8..c67c181fa9 100644
--- a/drape/glconstants.hpp
+++ b/drape/glconstants.hpp
@@ -62,6 +62,7 @@ extern const glConst GLAlpha8;
extern const glConst GLLuminance8;
extern const glConst GLAlphaLuminance8;
extern const glConst GLAlphaLuminance4;
+extern const glConst GLRed;
/// Pixel type for texture upload
extern const glConst GL8BitOnChannel;