X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/058a62b10d7b481bdfd688b922d43bca5a6ad722..93bfe54527a7a64ea87cdc03be3015f7963fd227:/docs/latex/wx/glcontext.tex diff --git a/docs/latex/wx/glcontext.tex b/docs/latex/wx/glcontext.tex index 2016939e97..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.