]> git.tdb.fi Git - libs/gl.git/blobdiff - source/glsl/builtin.h
Split SL::Compiler into several files
[libs/gl.git] / source / glsl / builtin.h
diff --git a/source/glsl/builtin.h b/source/glsl/builtin.h
new file mode 100644 (file)
index 0000000..59e5ed8
--- /dev/null
@@ -0,0 +1,16 @@
+#ifndef MSP_GL_SL_BUILTIN_H_
+#define MSP_GL_SL_BUILTIN_H_
+
+#include "syntax.h"
+
+namespace Msp {
+namespace GL {
+namespace SL {
+
+Stage *get_builtins(StageType);
+
+} // namespace SL
+} // namespace GL
+} // namespace Msp
+
+#endif