PFND3D12DDI_CHECKEXISITINGRESOURCEALLOCATIONINFO fonction de rappel (d3d12umddi.h)
La fonction de rappel pfnCheckExistingResourceAllocationInfo prend en charge la vérification des informations d’allocation de ressources existantes.
Syntaxe
PFND3D12DDI_CHECKEXISITINGRESOURCEALLOCATIONINFO Pfnd3d12ddiCheckexisitingresourceallocationinfo;
void Pfnd3d12ddiCheckexisitingresourceallocationinfo(
D3D12DDI_HDEVICE unnamedParam1,
D3D12DDI_HRESOURCE unnamedParam2,
D3D12DDI_RESOURCE_ALLOCATION_INFO *unnamedParam3,
D3DKMT_HANDLE *phAllocation
)
{...}
Paramètres
unnamedParam1
Handle de l’appareil d’affichage (contexte graphique).
unnamedParam2
Handle de la ressource d’appareil.
unnamedParam3
Pointeur vers un D3D12DDI_RESOURCE_ALLOCATION_INFO.
phAllocation
Pointeur vers un tableau de handles.
Valeur de retour
Aucun
Exigences
Exigence | Valeur |
---|---|
d’en-tête | d3d12umddi.h |