D3D12_TEX2DMS_RTV structure (d3d12.h)

Describes the subresource from a multi sampled 2D texture to use in a render-target view.

Syntax

typedef struct D3D12_TEX2DMS_RTV {
  UINT UnusedField_NothingToDefine;
} D3D12_TEX2DMS_RTV;

Members

UnusedField_NothingToDefine

Integer of any value. See remarks.

Remarks

This structure is a member of the D3D12_RENDER_TARGET_VIEW_DESC structure.

Because a multi sampled 2D texture contains a single subresource, there is actually nothing to specify in D3D12_TEX2DMS_RTV. Consequently, UnusedField_NothingToDefine is included so that this structure will compile in C.

Requirements

Requirement Value
Header d3d12.h

See also

Core Structures