summaryrefslogtreecommitdiff
path: root/src/mbgl/shader/outline_shader.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/shader/outline_shader.hpp')
-rw-r--r--src/mbgl/shader/outline_shader.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mbgl/shader/outline_shader.hpp b/src/mbgl/shader/outline_shader.hpp
index 8128dbca5b..ba6937bb9f 100644
--- a/src/mbgl/shader/outline_shader.hpp
+++ b/src/mbgl/shader/outline_shader.hpp
@@ -13,6 +13,7 @@ public:
UniformMatrix<4> u_matrix = {"u_matrix", *this};
Uniform<std::array<GLfloat, 4>> u_color = {"u_color", *this};
+ Uniform<GLfloat> u_opacity = {"u_opacity", *this};
Uniform<std::array<GLfloat, 2>> u_world = {"u_world", *this};
};