]> 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 f3a8e48029b0b807e7484a6a5a9ab4b9c0130298..dfa16653167d979d40279026fb743c57a0f75a3b 100644 (file)
@@ -14,6 +14,8 @@ protected:
 
        OpenGLDevice(Graphics::Window &, const Graphics::GLOptions &);
 
+       static Graphics::GLOptions create_default_options();
+
        void fill_info();
 
        Graphics::GLContext &get_context() { return context; }