mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 17:10:47 +00:00
Add out typemap for rdcpair that passes through ConvertToPy
This commit is contained in:
@@ -96,6 +96,10 @@ SIMPLE_TYPEMAPS_VARIANT(SimpleType, SimpleType &)
|
||||
}
|
||||
}
|
||||
|
||||
%typemap(out) rdcpair {
|
||||
$result = ConvertToPy(($1_ltype&)$1);
|
||||
}
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////
|
||||
// inserted code to include C++ conversion header
|
||||
|
||||
|
||||
Reference in New Issue
Block a user