nn::gr::CTR::RenderState::LogicOp Class

Syntax

class LogicOp

Description

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.

Member Variables

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.

Member Functions

LogicOp Initializes using initial values for logical operation settings.
MakeCommand Generates a rendering command based on information already set.

Revision History

2010/09/15
Initial version.

CONFIDENTIAL