// ------------------------------------------------------------------------------
//
// 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_OUTPUT_DESC
public partial struct OutputDescription
{
///
public unsafe fixed ushort DeviceName[32];
///
public RawRect DesktopCoordinates;
///
public Bool32 AttachedToDesktop;
///
public Common.ModeRotation Rotation;
///
public IntPtr Monitor;
}