summaryrefslogtreecommitdiff
path: root/src/mbgl/shaders/fill.cpp
blob: 5d38c30e85a75d8e3a2f2bdf3a5384583833d852 (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() + 18105;
const char* fill::fragmentSource = source() + 18811;

} // namespace shaders
} // namespace mbgl