Added new RHI abstraction layer;

Added new console debug page to UnitTest;
This commit is contained in:
2025-08-25 10:48:59 +09:00
parent eafbfb2fa1
commit 5385141f14
44 changed files with 3473 additions and 357 deletions

View File

@@ -0,0 +1,11 @@
using Microsoft.UI.Xaml;
namespace Ghost.UnitTest.Windows;
internal sealed partial class DebugOutputWindow : Window
{
public DebugOutputWindow()
{
InitializeComponent();
}
}