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

namespace mbgl {
namespace shaders {

const char* line::name = "line";
const char* line::vertexSource = source() + 41600;
const char* line::fragmentSource = source() + 46063;

} // namespace shaders
} // namespace mbgl