Create OpenGL context and clear background :)

This commit is contained in:
2023-02-28 22:26:47 +01:00
parent d32390b21c
commit fdbd21f248
5 changed files with 111 additions and 24 deletions

15
TestGame/TestGame.csproj Normal file
View File

@@ -0,0 +1,15 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="../DaggerFramework.csproj" />
</ItemGroup>
</Project>