]> git.tdb.fi Git - libs/gl.git/blob - source/vector.h
Remove the deprecated ProgramBuilder class
[libs/gl.git] / source / vector.h
1 #ifndef MSP_GL_VECTOR_H_
2 #define MSP_GL_VECTOR_H_
3
4 #include <msp/linal/vector.h>
5
6 namespace Msp {
7 namespace GL {
8
9 typedef LinAl::Vector<float, 3> Vector3;
10 typedef LinAl::Vector<float, 4> Vector4;
11
12 } // namespace GL
13 } // namespace Msp
14
15 #endif