Files
renderdoc/renderdoc/driver
Arseny Kapoulkine c4227e9a61 Do not pass std::string arguments to format string calls
This comes up as a warning in VS2017, and all instances of this should
be unsafe given that std::string in MSVC only starts with a pointer when
the string contents is longer than the internal buffer, and of course
the size is larger than that of a pointer so all following arguments
wouldn't work either.
2016-12-12 10:53:59 +00:00
..
2016-12-09 15:46:57 +00:00