mirror of
https://github.com/ZuneDev/Xune.git
synced 2026-07-27 13:13:10 -07:00
Format RenderApi code
This commit is contained in:
@@ -8,12 +8,12 @@ using System;
|
||||
|
||||
namespace Microsoft.Iris.Render
|
||||
{
|
||||
[Flags]
|
||||
public enum DisplayModeFlags
|
||||
{
|
||||
Size = 1,
|
||||
Format = 2,
|
||||
RefreshRate = 4,
|
||||
TvMode = 8,
|
||||
}
|
||||
[Flags]
|
||||
public enum DisplayModeFlags
|
||||
{
|
||||
Size = 1,
|
||||
Format = 2,
|
||||
RefreshRate = 4,
|
||||
TvMode = 8,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user