\section{\class{wxGLContext}}\label{wxglcontext}
-wxGLContext is a class for sharing opengl data resources, such as display lists, with another \helpref{wxGLCanvas}{wxglcanvas}.
+wxGLContext is a class for sharing OpenGL data resources, such as display lists, with another \helpref{wxGLCanvas}{wxglcanvas}.
By sharing data resources, you can prevent code duplication, save memory, and ultimately help optimize your application.
\wxheading{Include files}
-<wx/glcanvas.h>\\
-\\
-\wxheading{See Also}
+<wx/glcanvas.h>
+
+\wxheading{See also}
\helpref{wxGLCanvas}{wxglcanvas}
\func{void}{SwapBuffers}{\void}
Displays the previous OpenGL commands on the associated window.
+