DXGK_VIRTUALGPUMEMORYRESOURCE estructura (dispmprt.h)

Recurso de memoria de GPU virtual.

Sintaxis

typedef struct _DXGK_VIRTUALGPUMEMORYRESOURCE {
  HANDLE                    DriverAllocationHandle;
  DXGK_GPU_PHYSICAL_ADDRESS AllocationAddress;
  UINT64                    AllocationSize;
} DXGK_VIRTUALGPUMEMORYRESOURCE, *PDXGK_VIRTUALGPUMEMORYRESOURCE;

Miembros

DriverAllocationHandle

Identificador de asignación de controladores.

AllocationAddress

Dirección física de la asignación, que incluye el identificador de segmento de memoria del controlador y el desplazamiento del segmento.

AllocationSize

Tamaño de asignación en bytes.

Requisitos

Requisito Valor
Header dispmprt.h