DXCoreSegmentGroup enumeration (dxcore_interface.h)

Defines constants that specify an adapter's memory segment grouping.

Syntax

typedef enum DXCoreSegmentGroup {
  Local = 1,
  NonLocal = 1
} ;

Constants

 
Local
Value: 1
Specifies a grouping of segments that is considered local to the adapter, and represents the fastest memory available to the GPU. Your application should target the local segment group as the target size for its working set.
NonLocal
Value: 1
Specifies a grouping of segments that is considered non-local to the adapter, and may have slower performance than the local segment group.

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