]> git.tdb.fi Git - libs/gl.git/blob - source/placeable.cpp
Use DSA for binding textures if available
[libs/gl.git] / source / placeable.cpp
1 #include "placeable.h"
2
3 namespace Msp {
4 namespace GL {
5
6 void Placeable::set_matrix(const Matrix &m)
7 {
8         matrix = m;
9 }
10
11 } // namespace GL
12 } // namespace Msp