DXGK_VIRTUALGPUMEMORYRESOURCE structure (dispmprt.h)
Ressource mémoire GPU virtuelle.
Syntaxe
typedef struct _DXGK_VIRTUALGPUMEMORYRESOURCE {
HANDLE DriverAllocationHandle;
DXGK_GPU_PHYSICAL_ADDRESS AllocationAddress;
UINT64 AllocationSize;
} DXGK_VIRTUALGPUMEMORYRESOURCE, *PDXGK_VIRTUALGPUMEMORYRESOURCE;
Membres
DriverAllocationHandle
Handle d’allocation de pilote.
AllocationAddress
Adresse physique de l’allocation, qui inclut l’ID de segment de mémoire du pilote et le décalage de segment.
AllocationSize
Taille de l’allocation en octets.
Configuration requise
Condition requise | Valeur |
---|---|
En-tête | dispmprt.h |