mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 17:40:39 +00:00
a75a036a12
* This will enable the last few python list emulation functions, like index (which needs operator== to find objects) and sort (which obviously needs operator< to sort).