summaryrefslogtreecommitdiff
path: root/src/mbgl/programs/textures.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/programs/textures.hpp')
-rw-r--r--src/mbgl/programs/textures.hpp15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/mbgl/programs/textures.hpp b/src/mbgl/programs/textures.hpp
new file mode 100644
index 0000000000..32bc4a4a35
--- /dev/null
+++ b/src/mbgl/programs/textures.hpp
@@ -0,0 +1,15 @@
+#pragma once
+
+#include <mbgl/gfx/texture.hpp>
+
+namespace mbgl {
+namespace textures {
+
+MBGL_DEFINE_TEXTURE(u_image);
+MBGL_DEFINE_TEXTURE(u_image0);
+MBGL_DEFINE_TEXTURE(u_image1);
+MBGL_DEFINE_TEXTURE(u_color_ramp);
+MBGL_DEFINE_TEXTURE(u_texture);
+
+} // namespace textures
+} // namespace mbgl