Files
renderdoc/renderdoc
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-11-07 18:14:49 +01:00
2016-12-08 21:08:30 +00:00