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