DXCoreAdapterMemoryBudgetNodeSegmentGroup structure (dxcore_interface.h)
Describes a memory segment group for an adapter.
Syntax
struct DXCoreAdapterMemoryBudgetNodeSegmentGroup {
uint32_t nodeIndex;
DXCoreSegmentGroup segmentGroup;
};
Members
nodeIndex
Type: uint32_t
Specifies the device's physical adapter for which the adapter memory information is queried. For single-adapter operation, set this to zero. If there are multiple adapter nodes, then set this to the index of the node (the device's physical adapter) for which you want to query for adapter memory information (see Multi-adapter).
segmentGroup
Type: DXCoreSegmentGroup
Specifies the adapter memory segment grouping that you want to query about.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10 (Build 18936) |
Header | dxcore_interface.h (include dxcore.h) |
See also
DXCore reference, Using DXCore to enumerate adapters, Multi-adapter