summaryrefslogtreecommitdiffstats
path: root/app/gfx/gl/gl_context.h
diff options
context:
space:
mode:
Diffstat (limited to 'app/gfx/gl/gl_context.h')
-rw-r--r--app/gfx/gl/gl_context.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/app/gfx/gl/gl_context.h b/app/gfx/gl/gl_context.h
index 2a9b3df..1b04985 100644
--- a/app/gfx/gl/gl_context.h
+++ b/app/gfx/gl/gl_context.h
@@ -12,8 +12,6 @@
namespace gfx {
-bool InitializeGLEW();
-
// Encapsulates an OpenGL context, hiding platform specific management.
class GLContext {
public:
@@ -50,7 +48,7 @@ class GLContext {
// Create a GL context used for offscreen rendering. It is initially backed by
// a 1x1 pbuffer. Use it to create an FBO to do useful rendering.
- static GLContext* CreateOffscreenGLContext(void* shared_handle);
+ static GLContext* CreateOffscreenGLContext(GLContext* shared_context);
protected:
bool InitializeCommon();