D3DX11_SCAN_OPCODE enumeration (d3dcsx.h)

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_ADD
Value: 1
Add values.
D3DX11_SCAN_OPCODE_MIN
Take the minimum value.
D3DX11_SCAN_OPCODE_MAX
Take the maximum value.
D3DX11_SCAN_OPCODE_MUL
Multiply the values.
D3DX11_SCAN_OPCODE_AND
Perform a logical AND on the values.
D3DX11_SCAN_OPCODE_OR
Perform a logical OR on the values.
D3DX11_SCAN_OPCODE_XOR
Perform a logical XOR on the values.

Requirements

Requirement Value
Header d3dcsx.h

See also

D3DCSX 11 Enumerations