Describes a view for an array of texture cubes.
typedef struct D3D11X_TEXCUBE_ARRAY_VIEW {
UINT MipBase;
UINT MipLevels;
UINT First2DArrayFace;
UINT NumCubes;
D3D11X_TEX_ACCESS_CONTROL Control;
} D3D11X_TEXCUBE_ARRAY_VIEW;
MipBase
MIP base.
MipLevels
Mip levels.
First2DArrayFace
The first 2D array face.
NumCubes
The number of cubes.
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.