mirror of
https://github.com/par274/sharpemu.git
synced 2026-08-21 00:41:29 +08:00
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:
@@ -15892,6 +15892,7 @@ internal static unsafe class VulkanVideoPresenter
|
||||
|
||||
CheckSwapchainResult(presentResult, "vkQueuePresentKHR");
|
||||
recreateAfterPresent |= presentResult == Result.SuboptimalKhr;
|
||||
RenderDocCapture.OnPresent();
|
||||
VideoOutExports.ReportPresentedFrame();
|
||||
PerfOverlay.RecordPresent();
|
||||
RenderPhaseProfile.RecordFrame();
|
||||
|
||||
Reference in New Issue
Block a user