ID3D12Heap::GetDesc method (d3d12.h)

Gets the heap description.

Syntax

D3D12_HEAP_DESC GetDesc();

Return value

Type: D3D12_HEAP_DESC

Returns the D3D12_HEAP_DESC structure that describes the heap.

Requirements

Requirement Value
Target Platform Windows
Header d3d12.h

See also

ID3D12Heap