Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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 |