Skip to content

Commit 8a74665

Browse files
authored
Merge pull request #316 from veka0/sceGuLogicalOp-docs-improvement
Clarify sceGuLogicalOp documentation that color logic op can be used with blending
2 parents 1e69b7c + a26915c commit 8a74665

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/gu/pspgu.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1161,6 +1161,9 @@ void sceGuFrontFace(int order);
11611161
* - GU_SET
11621162
*
11631163
* This operation only has effect if GU_COLOR_LOGIC_OP is enabled.
1164+
*
1165+
* @note Unlike OpenGL, GE allows to enable both blending and color logic operations at the same time,
1166+
* in which case color blending will be computed as usual but stored in framebuffer using specified logical operation
11641167
*
11651168
* @param op - Operation to execute
11661169
**/

0 commit comments

Comments
 (0)