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

#pragma once

#include <mbgl/gl/gl.hpp>

namespace mbgl {
namespace shaders {

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

} // namespace shaders
} // namespace mbgl