mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-29 21:30:53 +00:00
Use protected default constructors/destructors to hide them from SWIG
This commit is contained in:
@@ -60,12 +60,6 @@ CONTAINER_TYPEMAPS(rdctype::array)
|
||||
%ignore rdctype::str::operator=;
|
||||
%ignore rdctype::str::operator const char *;
|
||||
|
||||
// SWIG generates destructor wrappers for these interfaces that we don't want
|
||||
%ignore IReplayOutput::~IReplayOutput();
|
||||
%ignore IReplayRenderer::~IReplayRenderer();
|
||||
%ignore ITargetControl::~ITargetControl();
|
||||
%ignore IRemoteServer::~IRemoteServer();
|
||||
|
||||
// add __str__ functions
|
||||
%feature("python:tp_str") ResourceId "resid_str";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user