mirror of
https://github.com/pspdev/pspsdk.git
synced 2025-10-03 16:51:27 +00:00
Clarify sceGuLogicalOp documentation
This commit is contained in:
@@ -1162,6 +1162,9 @@ void sceGuFrontFace(int order);
|
|||||||
*
|
*
|
||||||
* This operation only has effect if GU_COLOR_LOGIC_OP is enabled.
|
* 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
|
* @param op - Operation to execute
|
||||||
**/
|
**/
|
||||||
void sceGuLogicalOp(int op);
|
void sceGuLogicalOp(int op);
|
||||||
|
Reference in New Issue
Block a user