X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fbackends%2Fopengl%2Fdevice_backend.h;h=dfa16653167d979d40279026fb743c57a0f75a3b;hb=5d9ecb00aea134fa082a0fa6b9c82c643a884a32;hp=e64352d3437b082b4f014efa76f894cfaef80f84;hpb=f0414f06fc2463e9765c9492dce60e0468dceb3c;p=libs%2Fgl.git diff --git a/source/backends/opengl/device_backend.h b/source/backends/opengl/device_backend.h index e64352d3..dfa16653 100644 --- a/source/backends/opengl/device_backend.h +++ b/source/backends/opengl/device_backend.h @@ -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; } };