Renderdoc (#753)

* [videoout] added renderdoc in-app capture

* [gui] added renderdoc toggle and debug group

* [gui] added renderdoc strings to all languages
This commit is contained in:
Berk
2026-08-03 10:01:41 +03:00
committed by GitHub
parent f3d9439952
commit 8eb2c1e9cb
24 changed files with 437 additions and 33 deletions
@@ -15892,6 +15892,7 @@ internal static unsafe class VulkanVideoPresenter
CheckSwapchainResult(presentResult, "vkQueuePresentKHR");
recreateAfterPresent |= presentResult == Result.SuboptimalKhr;
RenderDocCapture.OnPresent();
VideoOutExports.ReportPresentedFrame();
PerfOverlay.RecordPresent();
RenderPhaseProfile.RecordFrame();