From 403e81e42082abce9dd3429d6e78d0f5afafa39f Mon Sep 17 00:00:00 2001 From: Roman Sorokin Date: Thu, 26 Jun 2014 12:38:10 +0300 Subject: added new OpenGL functions and constants --- drape/texture.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'drape/texture.hpp') diff --git a/drape/texture.hpp b/drape/texture.hpp index 2c74bffa23..e7eeb5b3c5 100644 --- a/drape/texture.hpp +++ b/drape/texture.hpp @@ -13,7 +13,8 @@ public: enum TextureFormat { RGBA8, - RGBA4 + RGBA4, + ALPHA }; class Key -- cgit v1.2.3