summaryrefslogtreecommitdiff
path: root/include/llmr/shader/text_shader.hpp
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2014-03-25 12:10:19 +0100
committerKonstantin Käfer <mail@kkaefer.com>2014-03-25 12:10:19 +0100
commitd5b4c1162dab706d6f56881e3f72baa003ad8ac7 (patch)
treec55948596d4f55019bfbd0a265d8681253bdc4ce /include/llmr/shader/text_shader.hpp
parentafe27ed74c00d104c89ea1391b81f21be0d3112d (diff)
downloadqtlocation-mapboxgl-d5b4c1162dab706d6f56881e3f72baa003ad8ac7.tar.gz
add shader optimizer and reorder components
Diffstat (limited to 'include/llmr/shader/text_shader.hpp')
-rw-r--r--include/llmr/shader/text_shader.hpp9
1 files changed, 2 insertions, 7 deletions
diff --git a/include/llmr/shader/text_shader.hpp b/include/llmr/shader/text_shader.hpp
index db3028cf87..d232ef9a0c 100644
--- a/include/llmr/shader/text_shader.hpp
+++ b/include/llmr/shader/text_shader.hpp
@@ -28,13 +28,8 @@ public:
private:
int32_t a_pos = -1;
int32_t a_offset = -1;
- int32_t a_tex = -1;
- int32_t a_angle = -1;
- int32_t a_minzoom = -1;
- int32_t a_maxzoom = -1;
- int32_t a_rangeend = -1;
- int32_t a_rangestart = -1;
- int32_t a_labelminzoom = -1;
+ int32_t a_data1 = -1;
+ int32_t a_data2 = -1;
std::array<float, 4> color = {{}};
int32_t u_color = -1;