1 #ifndef MSP_GRAPHICS_GLCONTEXT_H_
2 #define MSP_GRAPHICS_GLCONTEXT_H_
23 class unsupported_gl_mode: public std::runtime_error
26 unsupported_gl_mode(const GLOptions &);
27 virtual ~unsupported_gl_mode() throw () { }
41 GLContext(Window &wnd, const GLOptions &opts = GLOptions());
43 void platform_init(const GLOptions &);
49 void window_resized(unsigned, unsigned);
52 } // namespace Graphics