D3D11X_TEX2DMS_ARRAY_VIEW Structure

A view for an array of multisampled 2D textures.

Syntax

typedef struct D3D11X_TEX2DMS_ARRAY_VIEW {
    UINT FirstArraySlice;
    UINT ArraySize;
    D3D11X_TEX_ACCESS_CONTROL Control;
} D3D11X_TEX2DMS_ARRAY_VIEW;  

Members

FirstArraySlice
First array slice.

ArraySize
Array size.

Control
Access control, as a D3D11X_TEX_ACCESS_CONTROL structure.

Remarks

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).

Requirements

Header: Declared in d3d11_x.h.