mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 09:30:44 +00:00
1720d321e5
* When calling the register() function there is no frame or globals, so we need to set an internal handle external to that. * This means functions that get wrapped know that there's a global handler for exceptions, which just prints to the log. Otherwise they think they're running synchronously and write to an invalid exception handling object.