Skip to content

Latest commit

 

History

History
64 lines (48 loc) · 1.45 KB

ne-d3d12umddi-d3d12ddi_create_depth_stencil_view_flags.md

File metadata and controls

64 lines (48 loc) · 1.45 KB
UID title description ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.max-support req.typenames targetos ms.custom tech.root f1_keywords topic_type api_type api_location api_name dev_langs
NE:d3d12umddi.D3D12DDI_CREATE_DEPTH_STENCIL_VIEW_FLAGS
D3D12DDI_CREATE_DEPTH_STENCIL_VIEW_FLAGS (d3d12umddi.h)
Used to specify flags when creating a depth stencil view.
10/19/2018
D3D12DDI_CREATE_DEPTH_STENCIL_VIEW_FLAGS enumeration
D3D12DDI_CREATE_DEPTH_STENCIL_VIEW_FLAGS, D3D12DDI_CREATE_DEPTH_STENCIL_VIEW_FLAGS,
d3d12umddi.h
D3D12DDI_CREATE_DEPTH_STENCIL_VIEW_FLAGS
Windows
RS5
display
D3D12DDI_CREATE_DEPTH_STENCIL_VIEW_FLAGS
d3d12umddi/D3D12DDI_CREATE_DEPTH_STENCIL_VIEW_FLAGS
apiref
HeaderDef
d3d12umddi.h
D3D12DDI_CREATE_DEPTH_STENCIL_VIEW_FLAGS
c++

D3D12DDI_CREATE_DEPTH_STENCIL_VIEW_FLAGS enumeration

-description

Used to specify flags when creating a depth stencil view.

-enum-fields

-field D3D12DDI_CREATE_DSV_FLAG_NONE

No flags are set.

-field D3D12DDI_CREATE_DSV_FLAG_READ_ONLY_DEPTH

Create read-only depth.

-field D3D12DDI_CREATE_DSV_FLAG_READ_ONLY_STENCIL

Create read-only stencil.

-field D3D12DDI_CREATE_DSV_FLAG_MASK

Create DSV (data source view) flag mask.

-remarks

-see-also