]> git.tdb.fi Git - libs/gl.git/blobdiff - source/backends/opengl/device_backend.h
Create default context options in the device backend
[libs/gl.git] / source / backends / opengl / device_backend.h
index e64352d3437b082b4f014efa76f894cfaef80f84..dfa16653167d979d40279026fb743c57a0f75a3b 100644 (file)
@@ -14,6 +14,10 @@ protected:
 
        OpenGLDevice(Graphics::Window &, const Graphics::GLOptions &);
 
+       static Graphics::GLOptions create_default_options();
+
+       void fill_info();
+
        Graphics::GLContext &get_context() { return context; }
 };