A view for an array of multisampled 2D textures.
typedef struct D3D11X_TEX2DMS_ARRAY_VIEW {
UINT FirstArraySlice;
UINT ArraySize;
D3D11X_TEX_ACCESS_CONTROL Control;
} D3D11X_TEX2DMS_ARRAY_VIEW;
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.
This is a view for an array of multisampled 2D textures (see D3D11_TEX2DMS_SRV).
Header: Declared in d3d11_x.h.