Compartir a través de


DXGK_MEMORY_TRANSFER_DIRECTION enumeración (d3dkmddi.h)

DXGK_MEMORY_TRANSFER_DIRECTION se usa como parte de una operación de transferencia de asignación para especificar la dirección de la transferencia.

Syntax

typedef enum _DXGK_MEMORY_TRANSFER_DIRECTION {
  DXGK_MEMORY_TRANSFER_LOCAL_TO_SYSTEM,
  DXGK_MEMORY_TRANSFER_SYSTEM_TO_LOCAL,
  DXGK_MEMORY_TRANSFER_LOCAL_TO_LOCAL
} DXGK_MEMORY_TRANSFER_DIRECTION;

Constantes

 
DXGK_MEMORY_TRANSFER_LOCAL_TO_SYSTEM
Transferencia de la memoria de GPU local a la memoria del sistema.
DXGK_MEMORY_TRANSFER_SYSTEM_TO_LOCAL
Transferencia de la memoria del sistema a la memoria de GPU local.
DXGK_MEMORY_TRANSFER_LOCAL_TO_LOCAL
Transferencia de la memoria de GPU local a la memoria de GPU local.

Requisitos

Requisito Value
Cliente mínimo compatible Windows 10
Servidor mínimo compatible Windows Server 2016
Encabezado d3dkmddi.h (incluye D3dkmddi.h)