Generator: WIP docs generation.

This commit is contained in:
Amer Koleci
2022-09-01 17:17:31 +02:00
parent 36c2f20ea0
commit 953fbfb207
8 changed files with 5875 additions and 6 deletions

View File

@@ -1,7 +1,8 @@
// Copyright © Amer Koleci and Contributors.
// Licensed under the MIT License (MIT). See LICENSE in the repository root for more information.
using System.Numerics;
using Win32.Graphics.Dxgi;
using Win32.Graphics.Dxgi.Common;
namespace ClearScreen;
@@ -9,6 +10,9 @@ public static unsafe class Program
{
public static void Main()
{
SampleDescription desc = new(1, 0);
desc.Count
Scaling scaling = Scaling.Stretch;
}
}