mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-29 09:56:39 +00:00
* Python can't properly document fully independent overloads, only default- parameter type overloads. Moving the tag to last as an optional parameter means we can eliminate the different variants. * For cleanliness in C++ code we make an internal variant that swaps the parameters, since it is much cleaner to have a lambda callback as the last parameter.