Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

D3D11_TEX2DMS_RTV structure

Specifies the subresource from a multisampled 2D texture to use in a render-target view.

Syntax


typedef struct D3D11_TEX2DMS_RTV {
  UINT UnusedField_NothingToDefine;
} D3D11_TEX2DMS_RTV;

Members

UnusedField_NothingToDefine

Type: UINT

Integer of any value. See remarks.

Remarks

Since a multisampled 2D texture contains a single subresource, there is actually nothing to specify in D3D11_TEX2DMS_RTV. Consequently, UnusedField_NothingToDefine is included so that this structure will compile in C.

Requirements

Header

D3D11.h

See also

Resource Structures

 

 

Show:
© 2017 Microsoft