mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 01:20:42 +00:00
0b1c3725b9
* Even if we don't have pyside2 to treat qwidgets as full objects and access their methods and data, we still need to be able to pass around the QWidget* as an opaque pointer to be able to use the API properly. * This change falls back to just using SWIG's default opaque pointer wrapping and unwrapping when pyside2 isn't available.