Edit

DXCoreMemoryQueryInput structure (dxcore_interface.h)

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

Syntax

struct DXCoreMemoryQueryInput {
  uint32_t         physicalAdapterIndex;
  DXCoreMemoryType memoryType;
};

Members

physicalAdapterIndex

A physical adapter index.

memoryType

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

Requirements

Requirement Value
Header dxcore_interface.h