From 4f1a56c463477ef4848fa68e88ae6c10e0f94c18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Fri, 9 Jun 2023 12:36:35 +0200 Subject: [PATCH] GL: fix a link to glTextureUnit(). --- src/Magnum/GL/AbstractFramebuffer.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/Magnum/GL/AbstractFramebuffer.h b/src/Magnum/GL/AbstractFramebuffer.h index e451ff4bc..93b3f9f21 100644 --- a/src/Magnum/GL/AbstractFramebuffer.h +++ b/src/Magnum/GL/AbstractFramebuffer.h @@ -287,8 +287,8 @@ class MAGNUM_GL_EXPORT AbstractFramebuffer { * available, the framebuffer is bound to some target before the * operation (if not already). * @see @ref implementationColorReadType(), - * @fn_gl{GetNamedFramebufferParameter} with - * @def_gl_keyword{IMPLEMENTATION_COLOR_READ_FORMAT}, + * @fn_gl2{GetNamedFramebufferParameter,GetFramebufferParameter} + * with @def_gl_keyword{IMPLEMENTATION_COLOR_READ_FORMAT}, * eventually @fn_gl{BindFramebuffer} and either * @fn_gl{GetFramebufferParameter} or @fn_gl{Get} with * @def_gl{IMPLEMENTATION_COLOR_READ_FORMAT} @@ -304,9 +304,9 @@ class MAGNUM_GL_EXPORT AbstractFramebuffer { * available, the framebuffer is bound to some target before the * operation (if not already). * @see @ref implementationColorReadFormat(), - * @fn_gl{GetNamedFramebufferParameter} with - * @def_gl_keyword{IMPLEMENTATION_COLOR_READ_TYPE}, eventually - * @fn_gl{BindFramebuffer} and either + * @fn_gl2{GetNamedFramebufferParameter,GetFramebufferParameter} + * with @def_gl_keyword{IMPLEMENTATION_COLOR_READ_TYPE}, + * eventually @fn_gl{BindFramebuffer} and either * @fn_gl{GetFramebufferParameter} or @fn_gl{Get} with * @def_gl{IMPLEMENTATION_COLOR_READ_TYPE} */