ID3D12DescriptorHeap::GetDesc method
Gets the descriptor heap description.
Syntax
D3D12_DESCRIPTOR_HEAP_DESC GetDesc();
Parameters
This method has no parameters.
Return value
Type: D3D12_DESCRIPTOR_HEAP_DESC
The description of the descriptor heap, as a D3D12_DESCRIPTOR_HEAP_DESC structure.
See also
Show: