'宣言 Public Enum LogicOperation Inherits System.Enum
public enum LogicOperation : System.Enum
'宣言 Public Enum LogicOperation Inherits System.Enum
public enum LogicOperation : System.Enum
| メンバ | 解説 | 
|---|---|
| And | D3D11_LOGIC_OP_AND | 
| AndInverted | D3D11_LOGIC_OP_AND_INVERTED | 
| AndReverse | D3D11_LOGIC_OP_AND_REVERSE | 
| Clear | D3D11_LOGIC_OP_CLEAR | 
| Copy | D3D11_LOGIC_OP_COPY | 
| CopyInverted | D3D11_LOGIC_OP_COPY_INVERTED | 
| Equiv | D3D11_LOGIC_OP_EQUIV | 
| Invert | D3D11_LOGIC_OP_INVERT | 
| Nand | D3D11_LOGIC_OP_NAND | 
| Noop | D3D11_LOGIC_OP_NOOP | 
| Nor | D3D11_LOGIC_OP_NOR | 
| Or | D3D11_LOGIC_OP_OR | 
| OrInverted | D3D11_LOGIC_OP_OR_INVERTED | 
| OrReverse | D3D11_LOGIC_OP_OR_REVERSE | 
| Set | D3D11_LOGIC_OP_SET | 
| Xor | D3D11_LOGIC_OP_XOR | 
System.Object
   System.ValueType
      System.Enum
         C1.Util.DX.Direct3D11.LogicOperation