X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Frender%2Fpipeline.h;fp=source%2Frender%2Fpipeline.h;h=c3d87b20d386da4fe1ab4eb543adecbf7205b1ed;hb=9b802e9749fc9d372ef105c6347346d0951ef27f;hp=0000000000000000000000000000000000000000;hpb=dff7004fa078d55911664c0f513b5dc6c9449420;p=libs%2Fgl.git diff --git a/source/render/pipeline.h b/source/render/pipeline.h new file mode 100644 index 00000000..c3d87b20 --- /dev/null +++ b/source/render/pipeline.h @@ -0,0 +1,14 @@ +#ifndef MSP_GL_PIPELINE_H_ +#define MSP_GL_PIPELINE_H_ + +#include "sequence.h" + +namespace Msp { +namespace GL { + +DEPRECATED typedef Sequence Pipeline; + +} // namespace GL +} // namespace Msp + +#endif