A view for a multisampled 2D texture.
typedef struct D3D11X_TEX2DMS_VIEW {
D3D11X_TEX_ACCESS_CONTROL Control;
} D3D11X_TEX2DMS_VIEW;
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 a multisampled 2D texture (see D3D11_TEX2DMS_SRV).
Header: Declared in d3d11_x.h.