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

namespace mbgl {
namespace shaders {

const char* background::name = "background";
const char* background::vertexSource = source() + 2738;
const char* background::fragmentSource = source() + 2850;

} // namespace shaders
} // namespace mbgl