Bearbeiten

DXCoreEngineQueryInput structure (dxcore_interface.h)

For an engine query, represents physical adapter index, and/or engine ID, and/or process handle.

Syntax

struct DXCoreEngineQueryInput {
  DXCoreAdapterEngineIndex adapterEngineIndex;
  uint32_t                 processId;
};

Members

adapterEngineIndex

A DXCoreAdapterEngineIndex struct containing the physical adapter index and the engine ID.

processId

A process ID.

Requirements

Requirement Value
Header dxcore_interface.h