Edit

DXCoreProcessMemoryQueryInput structure (dxcore_interface.h)

For a memory query, represents physical adapter index, and memory type (dedicated or shared), and process ID.

Syntax

struct DXCoreProcessMemoryQueryInput {
  uint32_t         physicalAdapterIndex;
  DXCoreMemoryType memoryType;
  uint32_t         processId;
};

Members

physicalAdapterIndex

A physical adapter index.

memoryType

A DXCoreMemoryType struct indicating a memory type (dedicated or shared).

processId

A process ID.

Requirements

Requirement Value
Header dxcore_interface.h