From 091572e498e9dc83600364ca36996becc18e4d46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Tue, 6 Oct 2020 20:58:33 +0200 Subject: [PATCH] GL: doc++ --- src/Magnum/GL/Renderer.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Magnum/GL/Renderer.h b/src/Magnum/GL/Renderer.h index 434582b98..f3a9a70ac 100644 --- a/src/Magnum/GL/Renderer.h +++ b/src/Magnum/GL/Renderer.h @@ -1638,7 +1638,7 @@ class MAGNUM_GL_EXPORT Renderer { #if !(defined(MAGNUM_TARGET_WEBGL) && defined(MAGNUM_TARGET_GLES2)) /** - * @brief Set blend equation for given draw buffer + * @brief Set blend equation for given draw buffer separately for RGB and alpha components * @param drawBuffer Draw buffer index * @param rgb Blend equation for RGB components * @param alpha Blend equation for the alpha component @@ -1716,7 +1716,7 @@ class MAGNUM_GL_EXPORT Renderer { static void setBlendFunction(BlendFunction sourceRgb, BlendFunction destinationRgb, BlendFunction sourceAlpha, BlendFunction destinationAlpha); /** - * @brief Set blend function separately for RGB and alpha components for given draw buffer + * @brief Set blend function for given draw buffer separately for RGB and alpha components * @param drawBuffer Draw buffer index * @param sourceRgb How the source blending factor is computed * from pixel value for RGB components