summaryrefslogtreecommitdiff
path: root/src/mbgl/shaders/heatmap.cpp
blob: c669e8e0af174d978f3ee30789a19638c2d9bdf9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// NOTE: DO NOT CHANGE THIS FILE. IT IS AUTOMATICALLY GENERATED.

#include <mbgl/shaders/heatmap.hpp>
#include <mbgl/shaders/source.hpp>

namespace mbgl {
namespace shaders {

const char* heatmap::name = "heatmap";
const char* heatmap::vertexSource = source() + 10789;
const char* heatmap::fragmentSource = source() + 13245;

} // namespace shaders
} // namespace mbgl