-
-
Notifications
You must be signed in to change notification settings - Fork 199
Closed
Labels
Milestone
Description
It'd be nice if mach had some integration with graphics debuggers like RenderDoc.
RenderDoc has a C API for applications, which could be wrapped as part of a debug package in mach. It's useful for things like recording specific parts of a frame, allowing the application to hide or modify the RenderDoc overlay, triggering captures based on application-specific events, etc.