X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/01168e9591c6114140768de014695e3908922033..0bab4df569d6d43dc21e6c8a1fe684c7055e93e5:/docs/latex/wx/glcanvas.tex diff --git a/docs/latex/wx/glcanvas.tex b/docs/latex/wx/glcanvas.tex index a2f1abad3d..8c5b4d66e1 100644 --- a/docs/latex/wx/glcanvas.tex +++ b/docs/latex/wx/glcanvas.tex @@ -57,6 +57,10 @@ alpha channel, and accum buffer. Other implementations may support them. \twocolitem{\windowstyle{WX\_GL\_MIN\_ACCUM\_ALPHA}}{Use blue buffer with most bits (> MIN\_ACCUM\_ALPHA bits)} \end{twocollist} +\wxheading{See also} + +\helpref{wxGLContext}{wxglcontext} + \latexignore{\rtfignore{\wxheading{Members}}} \membersection{wxGLCanvas::wxGLCanvas}\label{wxglcanvasconstr} @@ -117,7 +121,7 @@ Obtains the context that is associated with this canvas. \func{void}{SetCurrent}{\void} Sets this canvas as the current recipient of OpenGL calls. -Each canvas contain an OpenGL device context that has been created during +Each canvas contains an OpenGL device context that has been created during the creation of this window. So this call sets the current device context as the target device context for OpenGL operations.