ID3D12Resource::GetPlacementDescX Method

Gets the placement description for this resource, as a D3D12_RESOURCE_DESC structure.

Syntax

public:
D3D12_RESOURCE_DESC GetPlacementDescX()  

Return value

Type: D3D12_RESOURCE_DESCĀ 

The placement description for this resource, as a D3D12_RESOURCE_DESC structure.

Remarks

This method calls ID3D12Resource::GetDesc and also includes the alignment and layout.

Requirements

Header: Declared in d3d12_x.h.

Library: Use d3d12_x.lib.

See also

Reference

CreatePlacedResourceX

ID3D12Device::CreatePlacedResource

ID3D12Resource Interface

ID3D12Resource Members