D3D11X_TEX2DMS_VIEW Structure

A view for a multisampled 2D texture.

Syntax

typedef struct D3D11X_TEX2DMS_VIEW {
    D3D11X_TEX_ACCESS_CONTROL Control;
} D3D11X_TEX2DMS_VIEW;  

Members

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 a multisampled 2D texture (see D3D11_TEX2DMS_SRV).

Requirements

Header: Declared in d3d11_x.h.