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

namespace mbgl {
namespace shaders {

const char* fill::name = "fill";
const char* fill::vertexSource = source() + 18102;
const char* fill::fragmentSource = source() + 18807;

} // namespace shaders
} // namespace mbgl