ホーム › Graphics.Direct3D11 › D3D11_STENCIL_OP
D3D11_STENCIL_OP
列挙型メンバー 8
| 名前 | 10進 | 16進 |
|---|---|---|
| D3D11_STENCIL_OP_KEEP | 1 | 0x1 |
| D3D11_STENCIL_OP_ZERO | 2 | 0x2 |
| D3D11_STENCIL_OP_REPLACE | 3 | 0x3 |
| D3D11_STENCIL_OP_INCR_SAT | 4 | 0x4 |
| D3D11_STENCIL_OP_DECR_SAT | 5 | 0x5 |
| D3D11_STENCIL_OP_INVERT | 6 | 0x6 |
| D3D11_STENCIL_OP_INCR | 7 | 0x7 |
| D3D11_STENCIL_OP_DECR | 8 | 0x8 |