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:
authorRoman Sorokin <sorok-roma@yandex.ru>2014-06-26 13:38:10 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:18:51 +0300
commit403e81e42082abce9dd3429d6e78d0f5afafa39f (patch)
treee2ebc63bc5cf4a8fad57b25048fa6784e369e56f /drape/texture.hpp
parentdf4668b2254449cbfed8ff42a6aaca54c1826e66 (diff)
added new OpenGL functions and constants
Diffstat (limited to 'drape/texture.hpp')
-rw-r--r--drape/texture.hpp3
1 files changed, 2 insertions, 1 deletions
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