Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Scan opcodes.
Syntax
typedef enum D3DX11_SCAN_OPCODE {
D3DX11_SCAN_OPCODE_ADD = 1,
D3DX11_SCAN_OPCODE_MIN,
D3DX11_SCAN_OPCODE_MAX,
D3DX11_SCAN_OPCODE_MUL,
D3DX11_SCAN_OPCODE_AND,
D3DX11_SCAN_OPCODE_OR,
D3DX11_SCAN_OPCODE_XOR
} ;
Constants
D3DX11_SCAN_OPCODE_ADDValue: 1 Add values. |
D3DX11_SCAN_OPCODE_MINTake the minimum value. |
D3DX11_SCAN_OPCODE_MAXTake the maximum value. |
D3DX11_SCAN_OPCODE_MULMultiply the values. |
D3DX11_SCAN_OPCODE_ANDPerform a logical AND on the values. |
D3DX11_SCAN_OPCODE_ORPerform a logical OR on the values. |
D3DX11_SCAN_OPCODE_XORPerform a logical XOR on the values. |
Requirements
| Requirement | Value |
|---|---|
| Header | d3dcsx.h |