ReactOS 0.4.17-dev-934-g091855f
D3D12_DEPTH_STENCIL_DESC1 Struct Reference
Collaboration diagram for D3D12_DEPTH_STENCIL_DESC1:

Public Attributes

BOOL DepthEnable
 
D3D12_DEPTH_WRITE_MASK DepthWriteMask
 
D3D12_COMPARISON_FUNC DepthFunc
 
BOOL StencilEnable
 
UINT8 StencilReadMask
 
UINT8 StencilWriteMask
 
D3D12_DEPTH_STENCILOP_DESC FrontFace
 
D3D12_DEPTH_STENCILOP_DESC BackFace
 
BOOL DepthBoundsTestEnable
 

Detailed Description

Definition at line 1885 of file d3d12.idl.

Member Data Documentation

◆ BackFace

D3D12_DEPTH_STENCILOP_DESC D3D12_DEPTH_STENCIL_DESC1::BackFace

Definition at line 1894 of file d3d12.idl.

Referenced by d3d12_init_pipeline_state_desc().

◆ DepthBoundsTestEnable

BOOL D3D12_DEPTH_STENCIL_DESC1::DepthBoundsTestEnable

Definition at line 1895 of file d3d12.idl.

◆ DepthEnable

BOOL D3D12_DEPTH_STENCIL_DESC1::DepthEnable

Definition at line 1887 of file d3d12.idl.

Referenced by d3d12_init_pipeline_state_desc().

◆ DepthFunc

D3D12_COMPARISON_FUNC D3D12_DEPTH_STENCIL_DESC1::DepthFunc

Definition at line 1889 of file d3d12.idl.

Referenced by d3d12_init_pipeline_state_desc().

◆ DepthWriteMask

D3D12_DEPTH_WRITE_MASK D3D12_DEPTH_STENCIL_DESC1::DepthWriteMask

Definition at line 1888 of file d3d12.idl.

Referenced by d3d12_init_pipeline_state_desc().

◆ FrontFace

D3D12_DEPTH_STENCILOP_DESC D3D12_DEPTH_STENCIL_DESC1::FrontFace

Definition at line 1893 of file d3d12.idl.

Referenced by d3d12_init_pipeline_state_desc().

◆ StencilEnable

BOOL D3D12_DEPTH_STENCIL_DESC1::StencilEnable

Definition at line 1890 of file d3d12.idl.

◆ StencilReadMask

UINT8 D3D12_DEPTH_STENCIL_DESC1::StencilReadMask

Definition at line 1891 of file d3d12.idl.

Referenced by d3d12_init_pipeline_state_desc().

◆ StencilWriteMask

UINT8 D3D12_DEPTH_STENCIL_DESC1::StencilWriteMask

Definition at line 1892 of file d3d12.idl.

Referenced by d3d12_init_pipeline_state_desc().


The documentation for this struct was generated from the following file: