// ------------------------------------------------------------------------------
//
// This code was generated by a tool.
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
//
// ------------------------------------------------------------------------------
namespace Win32.Graphics.Dxgi;
///
/// DXGI_MEMORY_SEGMENT_GROUP
public enum MemorySegmentGroup : int
{
///
/// DXGI_MEMORY_SEGMENT_GROUP_LOCAL
Local = 0,
///
/// DXGI_MEMORY_SEGMENT_GROUP_NON_LOCAL
NonLocal = 1,
}