]> git.tdb.fi Git - libs/gl.git/blob - source/render/pipeline.h
Check the flat qualifier from the correct member
[libs/gl.git] / source / render / pipeline.h
1 #ifndef MSP_GL_PIPELINE_H_
2 #define MSP_GL_PIPELINE_H_
3
4 #include "sequence.h"
5
6 namespace Msp {
7 namespace GL {
8
9 DEPRECATED typedef Sequence Pipeline;
10
11 } // namespace GL
12 } // namespace Msp
13
14 #endif