summaryrefslogtreecommitdiff
path: root/src/mbgl/shaders/heatmap_texture.cpp
blob: 527caf4dcad6dcbcc67bc2fe06c2466c0681ad53 (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() + 13889;
const char* heatmap_texture::fragmentSource = source() + 14105;

} // namespace shaders
} // namespace mbgl