Files
GhostEngine/Ghost.UnitTest/Windows/DebugOutputWindow.xaml.cs
Misaki 5385141f14 Added new RHI abstraction layer;
Added new console debug page to UnitTest;
2025-08-25 10:48:59 +09:00

12 lines
196 B
C#

using Microsoft.UI.Xaml;
namespace Ghost.UnitTest.Windows;
internal sealed partial class DebugOutputWindow : Window
{
public DebugOutputWindow()
{
InitializeComponent();
}
}