X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/beb3c20c88e7833986a77dc2459acdf6e28cc18a..f3b0f8ad211e33488314003b526700530d8c54f1:/docs/latex/wx/glcontext.tex diff --git a/docs/latex/wx/glcontext.tex b/docs/latex/wx/glcontext.tex index e62a53c115..f2c4b1c33f 100644 --- a/docs/latex/wx/glcontext.tex +++ b/docs/latex/wx/glcontext.tex @@ -1,6 +1,6 @@ \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. @@ -14,9 +14,9 @@ Note that some wxGLContext features are extremely platform-specific - its best t \wxheading{Include files} -\\ -\\ -\wxheading{See Also} + + +\wxheading{See also} \helpref{wxGLCanvas}{wxglcanvas} @@ -59,3 +59,4 @@ Sets the current colour for this context, using the wxWidgets colour database to \func{void}{SwapBuffers}{\void} Displays the previous OpenGL commands on the associated window. +