Skip to content

Latest commit

 

History

History
83 lines (63 loc) · 1.6 KB

nc-d3d12umddi-pfnd3d12ddi_calc_private_descriptor_heap_size_0001.md

File metadata and controls

83 lines (63 loc) · 1.6 KB
UID title description ms.date keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.lib req.dll req.irql req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library targetos tech.root ms.custom f1_keywords topic_type api_type api_location api_name dev_langs
NC:d3d12umddi.PFND3D12DDI_CALC_PRIVATE_DESCRIPTOR_HEAP_SIZE_0001
PFND3D12DDI_CALC_PRIVATE_DESCRIPTOR_HEAP_SIZE_0001 (d3d12umddi.h)
Calculates the size of the descriptor heap.
10/19/2018
PFND3D12DDI_CALC_PRIVATE_DESCRIPTOR_HEAP_SIZE_0001 callback function
d3d12umddi.h
Windows
display
RS5
PFND3D12DDI_CALC_PRIVATE_DESCRIPTOR_HEAP_SIZE_0001
d3d12umddi/PFND3D12DDI_CALC_PRIVATE_DESCRIPTOR_HEAP_SIZE_0001
apiref
UserDefined
d3d12umddi.h
PFND3D12DDI_CALC_PRIVATE_DESCRIPTOR_HEAP_SIZE_0001
c++

PFND3D12DDI_CALC_PRIVATE_DESCRIPTOR_HEAP_SIZE_0001 callback function

-description

Calculates the size of the descriptor heap.

-parameters

-param unnamedParam1

-param unnamedParam2

-returns

Returns SIZE_T.

-prototype

//Declaration

PFND3D12DDI_CALC_PRIVATE_DESCRIPTOR_HEAP_SIZE_0001 Pfnd3d12ddiCalcPrivateDescriptorHeapSize0001; 

// Definition

SIZE_T Pfnd3d12ddiCalcPrivateDescriptorHeapSize0001 
(
	 D3D12DDI_HDEVICE
	CONST D3D12DDIARG_CREATE_DESCRIPTOR_HEAP_0001 *
)
{...}

PFND3D12DDI_CALC_PRIVATE_DESCRIPTOR_HEAP_SIZE_0001 

-remarks

-see-also