git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41038
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
wxGLContext(wxGLCanvas *win, const wxGLContext* other=NULL /* for sharing display lists */ );
virtual ~wxGLContext();
wxGLContext(wxGLCanvas *win, const wxGLContext* other=NULL /* for sharing display lists */ );
virtual ~wxGLContext();
+ void SetCurrent(const wxGLCanvas& win) const;
inline HGLRC GetGLRC() const { return m_glContext; }
protected:
inline HGLRC GetGLRC() const { return m_glContext; }
protected: