D3D10DDIARG_TEX2D_DEPTHSTENCILVIEW structure (d3d10umddi.h)
The D3D10DDIARG_TEX2D_DEPTHSTENCILVIEW structure describes a two-dimensional (2-D) texture that is used to create a depth stencil view in a call to the CreateDepthStencilView function.
Syntax
typedef struct D3D10DDIARG_TEX2D_DEPTHSTENCILVIEW {
[in] UINT MipSlice;
[in] UINT FirstArraySlice;
[in] UINT ArraySize;
} D3D10DDIARG_TEX2D_DEPTHSTENCILVIEW;
Members
[in] MipSlice
The identifier of the MIP-map slice.
[in] FirstArraySlice
The identifier of the first array slice.
[in] ArraySize
The number of array slices for the texture.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Available in Windows Vista and later versions of the Windows operating systems. |
Header | d3d10umddi.h (include D3d10umddi.h) |