mirror of
https://github.com/amerkoleci/Vortice.Win32.git
synced 2026-01-14 16:16:04 +08:00
Generator: WIP docs generation.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user