summaryrefslogtreecommitdiff
path: root/src/mbgl/programs/gl/preludes.hpp
blob: 6d86ee45c59e04d1830268d6a5e56fb9b11c4602 (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.

#pragma once

namespace mbgl {
namespace programs {
namespace gl {

extern const char* vertexShaderPrelude;
extern const char* fragmentShaderPrelude;

} // namespace gl
} // namespace programs
} // namespace mbgl