new_editor: close legacy d2d host path

This commit is contained in:
2026-04-22 02:14:26 +08:00
parent 35e7602eb8
commit 36c4ae414b
19 changed files with 876 additions and 1894 deletions

View File

@@ -652,12 +652,6 @@ EditorWindowFrameTransferRequests EditorWindow::RenderFrame(
if (!presentResult.warning.empty()) {
LogRuntimeTrace("present", presentResult.warning);
}
m_runtime->CaptureIfRequested(
drawData,
pixelWidth,
pixelHeight,
presentResult.framePresented);
return transferRequests;
}