nn::gr::CTR::RenderState::LogicOp Classclass LogicOp
Class for setting logical operations. You can generate rendering commands by setting each value and then calling the MakeCommand function. Because registers are shared, this cannot be used at the same time as blend settings.
| isEnable | bool | Enables/disables logical operations. Type is bool. Initial value is false (disabled). You can only enable either logical operations or blending. |
|
|---|---|---|---|
| opCode | PicaDataLogicOp | Logical operation setting. Type is PicaDataLogicOp. The initial value is PICA_DATA_LOGIC_NOOP. |
LogicOp
|
Initializes using initial values for logical operation settings. | |
|---|---|---|
MakeCommand
|
Generates a rendering command based on information already set. |
CONFIDENTIAL