summaryrefslogtreecommitdiff
path: root/src/mbgl/shaders/extrusion_texture.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/shaders/extrusion_texture.hpp')
-rw-r--r--src/mbgl/shaders/extrusion_texture.hpp16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/mbgl/shaders/extrusion_texture.hpp b/src/mbgl/shaders/extrusion_texture.hpp
new file mode 100644
index 0000000000..05e54c5499
--- /dev/null
+++ b/src/mbgl/shaders/extrusion_texture.hpp
@@ -0,0 +1,16 @@
+// NOTE: DO NOT CHANGE THIS FILE. IT IS AUTOMATICALLY GENERATED.
+
+#pragma once
+
+namespace mbgl {
+namespace shaders {
+
+class extrusion_texture {
+public:
+ static const char* name;
+ static const char* vertexSource;
+ static const char* fragmentSource;
+};
+
+} // namespace shaders
+} // namespace mbgl