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

namespace mbgl {
namespace shaders {

const char* line_pattern::name = "line_pattern";
const char* line_pattern::vertexSource = source() + 48972;
const char* line_pattern::fragmentSource = source() + 53381;

} // namespace shaders
} // namespace mbgl