mirror of
https://github.com/amerkoleci/Vortice.Win32.git
synced 2026-01-14 16:16:04 +08:00
40 lines
1.7 KiB
C#
40 lines
1.7 KiB
C#
// ------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// This code was generated by a tool.
|
|
//
|
|
// Changes to this file may cause incorrect behavior and will be lost if
|
|
// the code is regenerated.
|
|
// </auto-generated>
|
|
// ------------------------------------------------------------------------------
|
|
|
|
namespace Win32.Graphics.Dxgi;
|
|
|
|
/// <include file='../Dxgi.xml' path='doc/member[@name="DXGI_HDR_METADATA_HDR10"]/*' />
|
|
/// <unmanaged>DXGI_HDR_METADATA_HDR10</unmanaged>
|
|
public partial struct HDRMetadataHdr10
|
|
{
|
|
/// <include file='../Dxgi.xml' path='doc/member[@name="DXGI_HDR_METADATA_HDR10::RedPrimary"]/*' />
|
|
public unsafe fixed ushort RedPrimary[2];
|
|
|
|
/// <include file='../Dxgi.xml' path='doc/member[@name="DXGI_HDR_METADATA_HDR10::GreenPrimary"]/*' />
|
|
public unsafe fixed ushort GreenPrimary[2];
|
|
|
|
/// <include file='../Dxgi.xml' path='doc/member[@name="DXGI_HDR_METADATA_HDR10::BluePrimary"]/*' />
|
|
public unsafe fixed ushort BluePrimary[2];
|
|
|
|
/// <include file='../Dxgi.xml' path='doc/member[@name="DXGI_HDR_METADATA_HDR10::WhitePoint"]/*' />
|
|
public unsafe fixed ushort WhitePoint[2];
|
|
|
|
/// <include file='../Dxgi.xml' path='doc/member[@name="DXGI_HDR_METADATA_HDR10::MaxMasteringLuminance"]/*' />
|
|
public uint MaxMasteringLuminance;
|
|
|
|
/// <include file='../Dxgi.xml' path='doc/member[@name="DXGI_HDR_METADATA_HDR10::MinMasteringLuminance"]/*' />
|
|
public uint MinMasteringLuminance;
|
|
|
|
/// <include file='../Dxgi.xml' path='doc/member[@name="DXGI_HDR_METADATA_HDR10::MaxContentLightLevel"]/*' />
|
|
public ushort MaxContentLightLevel;
|
|
|
|
/// <include file='../Dxgi.xml' path='doc/member[@name="DXGI_HDR_METADATA_HDR10::MaxFrameAverageLightLevel"]/*' />
|
|
public ushort MaxFrameAverageLightLevel;
|
|
}
|