mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 01:20:42 +00:00
3aa3262089
* Note that while this is public and uses std::string, because it's a template with specialisations in a .inl the string never crosses a module boundary - each including module has its own implementation. * This will be used as part of the upcoming serialisation refactor. * Some POD structs are still given ToStr implementations as we haven't yet switched over the serialisation system to expect all structs to have serialise functions.