summaryrefslogtreecommitdiff
path: root/src/mbgl/shaders/heatmap_texture.cpp
blob: 8f5ec1f17613b50997c1e2249918bb812187b82f (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_texture.hpp>
#include <mbgl/shaders/source.hpp>

namespace mbgl {
namespace shaders {

const char* heatmap_texture::name = "heatmap_texture";
const char* heatmap_texture::vertexSource = source() + 13886;
const char* heatmap_texture::fragmentSource = source() + 14102;

} // namespace shaders
} // namespace mbgl