mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-09-27 08:05:42 +00:00
Change documentation for callbacks to use Callable[]
This commit is contained in:
@@ -187,7 +187,7 @@ TEMPLATE_ARRAY_INSTANTIATE_PTR(rdcarray, ICaptureViewer)
|
||||
%rename("%s") IReplayManager::BlockInvoke;
|
||||
|
||||
%extend IReplayManager {
|
||||
void BlockInvoke(InvokeCallback m) {
|
||||
void BlockInvoke(ReplayInvokeCallback m) {
|
||||
PyObject *global_internal_handle = NULL;
|
||||
|
||||
PyObject *globals = PyEval_GetGlobals();
|
||||
|
||||
Reference in New Issue
Block a user