X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/058a62b10d7b481bdfd688b922d43bca5a6ad722..edc536d358374987326d93adb1012b6eda9435a0:/docs/latex/wx/glcontext.tex?ds=sidebyside 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.