Fix RHI swap chain queue binding and restore minimal GT checks
This commit is contained in:
@@ -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; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user