refactor: back editor host rendering with engine rhi

This commit is contained in:
2026-03-28 16:50:04 +08:00
parent 519bc1dbf2
commit 6fcb6ac8fb
4 changed files with 247 additions and 165 deletions

View File

@@ -38,7 +38,7 @@ bool Application::InitializeWindowRenderer(HWND hwnd) {
return true;
}
MessageBoxW(hwnd, L"Failed to create D3D12 device", L"Error", MB_OK | MB_ICONERROR);
MessageBoxW(hwnd, L"Failed to initialize editor window renderer", L"Error", MB_OK | MB_ICONERROR);
return false;
}