feat: initial DX12 foundation framework

This commit is contained in:
SpecialX
2026-03-19 18:27:49 +08:00
commit 60f73b525d
70 changed files with 8993 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<ClCompile Include="Main.cpp" />
<ClCompile Include="TestRenderer.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="Test.h" />
<ClInclude Include="TestEntityComponent.h" />
<ClInclude Include="TestWindow.h" />
<ClInclude Include="TestRenderer.h" />
</ItemGroup>
</Project>