summaryrefslogtreecommitdiff
path: root/src/mbgl/programs/gl/shader_source.hpp
blob: 1a5fbddae314af0545037b482dc58fc4059b4d24 (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 programs {
namespace gl {

const char* shaderSource();

template <typename>
struct ShaderSource;

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