]> git.tdb.fi Git - libs/gl.git/blob - source/glsl/builtin.h
Fix a name conflict in certain inlining scenarios
[libs/gl.git] / source / glsl / builtin.h
1 #ifndef MSP_GL_SL_BUILTIN_H_
2 #define MSP_GL_SL_BUILTIN_H_
3
4 #include "syntax.h"
5
6 namespace Msp {
7 namespace GL {
8 namespace SL {
9
10 const Stage *get_builtins(Stage::Type);
11
12 } // namespace SL
13 } // namespace GL
14 } // namespace Msp
15
16 #endif