typedef struct D3D11X_TEX_VIEW {
UINT MipBase;
UINT MipLevels;
D3D11X_TEX_ACCESS_CONTROL Control;
} D3D11X_TEX_VIEW;
MipBase
Mip base. This is the MostDetailedMip, on SRV. This is the MipSlice, on UAV, RTV, and DSV.
MipLevels
MIP levels. Ignored on UAV, RTV, and DSV.
Control
The control, as a D3D11X_TEX_ACCESS_CONTROL structure.
This structure is used to typedef the following types as aliases:
Header: Declared in d3d11_x.h.