// d3d10umddi.h
typedef struct D3D10DDIARG_TEX2D_DEPTHSTENCILVIEW {
[in] UINT MipSlice;
[in] UINT FirstArraySlice;
[in] UINT ArraySize;
} D3D10DDIARG_TEX2D_DEPTHSTENCILVIEW;
View the official Windows Driver Kit DDI referenceNo description available.
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.
MipSlice [in]The identifier of the MIP-map slice.
FirstArraySlice [in]The identifier of the first array slice.
ArraySize [in]The number of array slices for the texture.
CalcPrivateDepthStencilViewSize
D3D10DDIARG_CREATEDEPTHSTENCILVIEW