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.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mbgl/shader/outline_shader.hpp b/src/mbgl/shader/outline_shader.hpp
index 9de01e2143..2cd4b1dc31 100644
--- a/src/mbgl/shader/outline_shader.hpp
+++ b/src/mbgl/shader/outline_shader.hpp
@@ -12,9 +12,9 @@ public:
void bind(GLbyte *offset) final;
- UniformMatrix<4> u_matrix = {"u_matrix", *this};
- Uniform<std::array<float, 4>> u_color = {"u_color", *this};
- Uniform<std::array<float, 2>> u_world = {"u_world", *this};
+ UniformMatrix<4> u_matrix = {"u_matrix", *this};
+ Uniform<std::array<GLfloat, 4>> u_color = {"u_color", *this};
+ Uniform<std::array<GLfloat, 2>> u_world = {"u_world", *this};
};
}