From 6007cebe8ac49ca4f3d09b6bed5e3d41a197221a Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 3 Sep 2016 02:31:07 +0300 Subject: Add option for create custom OpenGL context. By default this option disabled, because may create issues. --- src/render/modernopenglgraphics.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/render/modernopenglgraphics.h') diff --git a/src/render/modernopenglgraphics.h b/src/render/modernopenglgraphics.h index f7eecd0c4..53d6966c2 100644 --- a/src/render/modernopenglgraphics.h +++ b/src/render/modernopenglgraphics.h @@ -77,7 +77,7 @@ class ModernOpenGLGraphics final : public Graphics uint32_t *restrict const arr) restrict2 override final A_NONNULL(3); - void createGLContext() restrict2 override final; + void createGLContext(const bool custom) restrict2 override final; #include "render/graphicsdef.hpp" RENDER_GRAPHICSDEF_HPP -- cgit v1.2.3-60-g2f50