We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1e69b7c + a26915c commit 8a74665Copy full SHA for 8a74665
src/gu/pspgu.h
@@ -1161,6 +1161,9 @@ void sceGuFrontFace(int order);
1161
* - GU_SET
1162
*
1163
* 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
1167
1168
* @param op - Operation to execute
1169
**/
0 commit comments