summaryrefslogtreecommitdiff
path: root/src/mbgl/shaders/collision_box.hpp
blob: e0f70c7968690c14666884841b0ad11425e0fe7d (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 collision_box {
public:
    static const char* name;
    static const char* vertexSource;
    static const char* fragmentSource;
};

} // namespace shaders
} // namespace mbgl