summaryrefslogtreecommitdiff
path: root/src/mbgl/shaders/fill_extrusion_pattern.hpp
blob: e9ae001d4e8521e83c1fc793f56ba8c9efe48e3d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// NOTE: DO NOT CHANGE THIS FILE. IT IS AUTOMATICALLY GENERATED.

#pragma once

namespace mbgl {
namespace shaders {

class fill_extrusion_pattern {
public:
    static const char* name;
    static const char* vertexSource;
    static const char* fragmentSource;
};

} // namespace shaders
} // namespace mbgl