From a26915c69d45c020ca42db7b95bbec2ebe3b4874 Mon Sep 17 00:00:00 2001 From: Veka0 <26331365+Veka0@users.noreply.github.com> Date: Thu, 3 Jul 2025 13:47:57 +0200 Subject: [PATCH] Clarify sceGuLogicalOp documentation --- src/gu/pspgu.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/gu/pspgu.h b/src/gu/pspgu.h index 35b274c6..f24cbaad 100644 --- a/src/gu/pspgu.h +++ b/src/gu/pspgu.h @@ -1161,6 +1161,9 @@ void sceGuFrontFace(int order); * - GU_SET * * This operation only has effect if GU_COLOR_LOGIC_OP is enabled. + * + * @note Unlike OpenGL, GE allows to enable both blending and color logic operations at the same time, + * in which case color blending will be computed as usual but stored in framebuffer using specified logical operation * * @param op - Operation to execute **/