mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-28 17:36:36 +00:00
* In python globals aren't really global, they're just module-level variables. So to find our _renderdoc_internal we have to potentailly walk the stack if we're inside another module until we get to the globals dict we set up.