mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 17:10:47 +00:00
Rename SDObjectData::str member in python, to avoid confusion
* Although it's legal, the language type is 'str' so this could cause namespacing issues potentially
This commit is contained in:
@@ -50,6 +50,8 @@
|
||||
%rename("%(regex:/^GLPipe::(.*)/GL\\1/)s", regextarget=1, fullname=1, %$isclass) "GLPipe::.*";
|
||||
%rename("%(regex:/^VKPipe::(.*)/VK\\1/)s", regextarget=1, fullname=1, %$isclass) "VKPipe::.*";
|
||||
|
||||
%rename("string") "SDObjectData::str";
|
||||
|
||||
%begin %{
|
||||
#undef slots
|
||||
%}
|
||||
|
||||
Reference in New Issue
Block a user