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
@@ -122,6 +122,8 @@ public static class VideoOutExports
: titleId.Trim();
_applicationWindowTitle = $"{application}{versionSuffix}";
}
RenderDocCapture.SetCaptureDirectory(GetApplicationTitleId());
}
internal static string GetApplicationTitleId()