]> git.tdb.fi Git - libs/gl.git/blob - source/builders/pipelinetemplate.h
Change various generated texture names to use the unified extension
[libs/gl.git] / source / builders / pipelinetemplate.h
1 #ifndef MSP_GL_PIPELINETEMPLATE_H_
2 #define MSP_GL_PIPELINETEMPLATE_H_
3
4 #include "sequencetemplate.h"
5
6 namespace Msp {
7 namespace GL {
8
9 DEPRECATED typedef SequenceTemplate PipelineTemplate;
10
11 } // namespace GL
12 } // namespace Msp
13
14 #endif