metal: Try and see if this lets VSync turn off.

(cherry picked from commit 9558b37716)
This commit is contained in:
Evan Husted
2024-12-26 22:42:39 -06:00
parent 17233d30da
commit c9b2a6b1f1
5 changed files with 53 additions and 9 deletions

View File

@@ -0,0 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="SharpMetal" />
</ItemGroup>
</Project>