ホーム › Graphics.Direct3D12 › D3D12_STENCIL_OP
D3D12_STENCIL_OP
列挙型メンバー 8
| 名前 | 10進 | 16進 |
|---|---|---|
| D3D12_STENCIL_OP_KEEP | 1 | 0x1 |
| D3D12_STENCIL_OP_ZERO | 2 | 0x2 |
| D3D12_STENCIL_OP_REPLACE | 3 | 0x3 |
| D3D12_STENCIL_OP_INCR_SAT | 4 | 0x4 |
| D3D12_STENCIL_OP_DECR_SAT | 5 | 0x5 |
| D3D12_STENCIL_OP_INVERT | 6 | 0x6 |
| D3D12_STENCIL_OP_INCR | 7 | 0x7 |
| D3D12_STENCIL_OP_DECR | 8 | 0x8 |
各言語での定義
列挙メンバーの定義。HSP タブは #define global(値は16進)。
typedef enum D3D12_STENCIL_OP : int {
D3D12_STENCIL_OP_KEEP = 1,
D3D12_STENCIL_OP_ZERO = 2,
D3D12_STENCIL_OP_REPLACE = 3,
D3D12_STENCIL_OP_INCR_SAT = 4,
D3D12_STENCIL_OP_DECR_SAT = 5,
D3D12_STENCIL_OP_INVERT = 6,
D3D12_STENCIL_OP_INCR = 7,
D3D12_STENCIL_OP_DECR = 8
} D3D12_STENCIL_OP;public enum D3D12_STENCIL_OP : int
{
D3D12_STENCIL_OP_KEEP = 1,
D3D12_STENCIL_OP_ZERO = 2,
D3D12_STENCIL_OP_REPLACE = 3,
D3D12_STENCIL_OP_INCR_SAT = 4,
D3D12_STENCIL_OP_DECR_SAT = 5,
D3D12_STENCIL_OP_INVERT = 6,
D3D12_STENCIL_OP_INCR = 7,
D3D12_STENCIL_OP_DECR = 8,
}Public Enum D3D12_STENCIL_OP As Integer
D3D12_STENCIL_OP_KEEP = 1
D3D12_STENCIL_OP_ZERO = 2
D3D12_STENCIL_OP_REPLACE = 3
D3D12_STENCIL_OP_INCR_SAT = 4
D3D12_STENCIL_OP_DECR_SAT = 5
D3D12_STENCIL_OP_INVERT = 6
D3D12_STENCIL_OP_INCR = 7
D3D12_STENCIL_OP_DECR = 8
End Enumimport enum
class D3D12_STENCIL_OP(enum.IntEnum):
D3D12_STENCIL_OP_KEEP = 1
D3D12_STENCIL_OP_ZERO = 2
D3D12_STENCIL_OP_REPLACE = 3
D3D12_STENCIL_OP_INCR_SAT = 4
D3D12_STENCIL_OP_DECR_SAT = 5
D3D12_STENCIL_OP_INVERT = 6
D3D12_STENCIL_OP_INCR = 7
D3D12_STENCIL_OP_DECR = 8// D3D12_STENCIL_OP
pub const D3D12_STENCIL_OP_KEEP: i32 = 1;
pub const D3D12_STENCIL_OP_ZERO: i32 = 2;
pub const D3D12_STENCIL_OP_REPLACE: i32 = 3;
pub const D3D12_STENCIL_OP_INCR_SAT: i32 = 4;
pub const D3D12_STENCIL_OP_DECR_SAT: i32 = 5;
pub const D3D12_STENCIL_OP_INVERT: i32 = 6;
pub const D3D12_STENCIL_OP_INCR: i32 = 7;
pub const D3D12_STENCIL_OP_DECR: i32 = 8;// D3D12_STENCIL_OP
const (
D3D12_STENCIL_OP_KEEP int32 = 1
D3D12_STENCIL_OP_ZERO int32 = 2
D3D12_STENCIL_OP_REPLACE int32 = 3
D3D12_STENCIL_OP_INCR_SAT int32 = 4
D3D12_STENCIL_OP_DECR_SAT int32 = 5
D3D12_STENCIL_OP_INVERT int32 = 6
D3D12_STENCIL_OP_INCR int32 = 7
D3D12_STENCIL_OP_DECR int32 = 8
)const
D3D12_STENCIL_OP_KEEP = 1;
D3D12_STENCIL_OP_ZERO = 2;
D3D12_STENCIL_OP_REPLACE = 3;
D3D12_STENCIL_OP_INCR_SAT = 4;
D3D12_STENCIL_OP_DECR_SAT = 5;
D3D12_STENCIL_OP_INVERT = 6;
D3D12_STENCIL_OP_INCR = 7;
D3D12_STENCIL_OP_DECR = 8;// D3D12_STENCIL_OP
pub const D3D12_STENCIL_OP_KEEP: i32 = 1;
pub const D3D12_STENCIL_OP_ZERO: i32 = 2;
pub const D3D12_STENCIL_OP_REPLACE: i32 = 3;
pub const D3D12_STENCIL_OP_INCR_SAT: i32 = 4;
pub const D3D12_STENCIL_OP_DECR_SAT: i32 = 5;
pub const D3D12_STENCIL_OP_INVERT: i32 = 6;
pub const D3D12_STENCIL_OP_INCR: i32 = 7;
pub const D3D12_STENCIL_OP_DECR: i32 = 8;const
D3D12_STENCIL_OP_KEEP* = 1
D3D12_STENCIL_OP_ZERO* = 2
D3D12_STENCIL_OP_REPLACE* = 3
D3D12_STENCIL_OP_INCR_SAT* = 4
D3D12_STENCIL_OP_DECR_SAT* = 5
D3D12_STENCIL_OP_INVERT* = 6
D3D12_STENCIL_OP_INCR* = 7
D3D12_STENCIL_OP_DECR* = 8enum D3D12_STENCIL_OP : int {
D3D12_STENCIL_OP_KEEP = 1,
D3D12_STENCIL_OP_ZERO = 2,
D3D12_STENCIL_OP_REPLACE = 3,
D3D12_STENCIL_OP_INCR_SAT = 4,
D3D12_STENCIL_OP_DECR_SAT = 5,
D3D12_STENCIL_OP_INVERT = 6,
D3D12_STENCIL_OP_INCR = 7,
D3D12_STENCIL_OP_DECR = 8,
}#define global D3D12_STENCIL_OP_KEEP 0x1
#define global D3D12_STENCIL_OP_ZERO 0x2
#define global D3D12_STENCIL_OP_REPLACE 0x3
#define global D3D12_STENCIL_OP_INCR_SAT 0x4
#define global D3D12_STENCIL_OP_DECR_SAT 0x5
#define global D3D12_STENCIL_OP_INVERT 0x6
#define global D3D12_STENCIL_OP_INCR 0x7
#define global D3D12_STENCIL_OP_DECR 0x8