C# Class CSPspEmu.Core.Gpu.State.SubStates.LogicalOperationStateStruct

Show file Open project: soywiz/cspspemu

Public Properties

Property Type Description
Enabled bool
Operation LogicalOperationEnum

Property Details

Enabled public property

Logical Operation Enable (GL_COLOR_LOGIC_OP)
public bool Enabled
return bool

Operation public property

LogicalOperation.GU_COPY
public LogicalOperationEnum Operation
return LogicalOperationEnum