baldurk
35f9c53486
Rename *Method to *Callback to be more explicit in the name
2017-04-18 14:57:48 +01:00
baldurk
494086f40d
Rename RenderManager to ReplayManager
2017-04-18 14:57:48 +01:00
baldurk
35ae996a34
Check docstrings in the qrenderdoc bindings as well
2017-04-18 14:57:44 +01:00
baldurk
694d7b6c7b
Split apart renderdoc.i for better organisation
2017-04-18 14:57:43 +01:00
baldurk
6f52ef5c68
Add support for passing QWidget * to/from PySide in qrenderdoc bindings
2017-04-18 14:57:43 +01:00
baldurk
a77fecf44d
Wrap BlockInvoke() calls with a helper function that releases the GIL
...
* This means that if we BlockInvoke a python callback, we don't end up
in a deadlock where we're holding the GIL during script execution but
also waiting on the renderer running (which is trying to acquire the
GIL before calling the callback).
2017-04-18 14:57:43 +01:00
baldurk
cbc27222e2
Add qrenderdoc python SWIG bindings, for the stable/clean interface
2017-04-18 14:57:43 +01:00