]> git.tdb.fi Git - libs/gl.git/blob - source/backends/opengl/device_backend.cpp
5429c0c1ced0b452e6b49625a534ff9204e0bb5b
[libs/gl.git] / source / backends / opengl / device_backend.cpp
1 #include "device_backend.h"
2
3 namespace Msp {
4 namespace GL {
5
6 OpenGLDevice::OpenGLDevice(Graphics::Window &wnd, const Graphics::GLOptions &opts):
7         context(wnd, opts)
8 { }
9
10 } // namespace GL
11 } // namespace Msp