Describes a view for a 1D array.
typedef struct D3D11X_TEX1D_ARRAY_VIEW {
UINT MipBase;
UINT MipLevels;
UINT FirstArraySlice;
UINT ArraySize;
D3D11X_TEX_ACCESS_CONTROL Control;
} D3D11X_TEX1D_ARRAY_VIEW;
MipBase
MIP base.
MipLevels
Mip levels.
FirstArraySlice
First array slice.
ArraySize
Array size.
Control
Access control, as a D3D11X_TEX_ACCESS_CONTROL structure.
This structure is a possible member of the D3D11X_RESOURCE_VIEW_DESC structure.
Header: Declared in d3d11_x.h.