Fix RHI swap chain queue binding and restore minimal GT checks

This commit is contained in:
2026-03-25 21:50:57 +08:00
parent 8f76564ded
commit 30b5f93157
13 changed files with 127 additions and 74 deletions

View File

@@ -31,6 +31,7 @@ protected:
void WaitForGPU();
RHIDevice* GetDevice() { return mDevice; }
RHICommandQueue* GetCommandQueue() { return mCommandQueue; }
RHIType GetBackendType() const { return GetParam(); }
HWND GetWindowHandle() const { return mWindow; }