mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 17:10:47 +00:00
d22da5e297
* 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.