From 8146051634e92f37ac66b7e3ffcbfa6c63933cb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sun, 5 Apr 2020 23:12:55 +0200 Subject: [PATCH] GL: doc++ --- src/Magnum/GL/Context.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/Magnum/GL/Context.h b/src/Magnum/GL/Context.h index 2cb8b8b1a..7b65012ea 100644 --- a/src/Magnum/GL/Context.h +++ b/src/Magnum/GL/Context.h @@ -348,8 +348,9 @@ class MAGNUM_GL_EXPORT Context { * * Resets Magnum state tracker to avoid being confused by external * state changes. This resets all states, however - * @ref UnbindPixelBuffer is excluded as Magnum's state tracker - * will ensure no PBO is bound when calling related OpenGL APIs. + * @ref State::UnbindPixelBuffer is excluded as Magnum's state + * tracker will ensure no PBO is bound when calling related OpenGL + * APIs. */ ExitExternal = Buffers|Framebuffers|Meshes|MeshVao|PixelStorage|Renderer|Shaders|Textures #ifndef MAGNUM_TARGET_GLES2