]> git.tdb.fi Git - libs/gl.git/blobdiff - source/backends/opengl/device_backend.h
Move backend information into Device
[libs/gl.git] / source / backends / opengl / device_backend.h
index e64352d3437b082b4f014efa76f894cfaef80f84..f3a8e48029b0b807e7484a6a5a9ab4b9c0130298 100644 (file)
@@ -14,6 +14,8 @@ protected:
 
        OpenGLDevice(Graphics::Window &, const Graphics::GLOptions &);
 
 
        OpenGLDevice(Graphics::Window &, const Graphics::GLOptions &);
 
+       void fill_info();
+
        Graphics::GLContext &get_context() { return context; }
 };
 
        Graphics::GLContext &get_context() { return context; }
 };