From dbec10dbee8cc3c2b560c6e7de9166c2b6d2f002 Mon Sep 17 00:00:00 2001 From: William JCM Date: Fri, 3 Sep 2021 17:33:04 +0200 Subject: [PATCH] GL: typo. --- src/Magnum/GL/Framebuffer.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Magnum/GL/Framebuffer.h b/src/Magnum/GL/Framebuffer.h index 879ba11f1..01001d73a 100644 --- a/src/Magnum/GL/Framebuffer.h +++ b/src/Magnum/GL/Framebuffer.h @@ -94,8 +94,8 @@ get used: See also @ref GL-AbstractFramebuffer-performance-optimization "relevant section in AbstractFramebuffer". -If @gl_extension{ARB,direct_state_access} (part of OpenGL 4.5) is not -available, functions @ref checkStatus(), @ref mapForDraw(), @ref mapForRead(), +If @gl_extension{ARB,direct_state_access} (part of OpenGL 4.5) is available, +functions @ref checkStatus(), @ref mapForDraw(), @ref mapForRead(), @ref invalidate(), @ref attachRenderbuffer(), @ref attachTexture(), @ref attachCubeMapTexture(), @ref attachTextureLayer() and @ref detach() use DSA to avoid unnecessary calls to @fn_gl{BindFramebuffer}. See their respective