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 |
|
|---|
See also
Show: