// ------------------------------------------------------------------------------
//
// 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_ADAPTER_FLAG
[Flags]
public enum AdapterFlags : uint
{
///
/// DXGI_ADAPTER_FLAG_NONE
None = 0,
///
/// DXGI_ADAPTER_FLAG_REMOTE
Remote = 1,
///
/// DXGI_ADAPTER_FLAG_SOFTWARE
Software = 2,
}