Convert ToStr, Serialise, and TypeName to use literal strings

This commit is contained in:
baldurk
2019-05-08 14:24:53 +01:00
parent c8a518f05c
commit 699f8753af
84 changed files with 1215 additions and 1186 deletions
@@ -29,7 +29,7 @@
#include "renderdoc_replay.h"
template <>
std::string DoStringise(const uint32_t &el)
rdcstr DoStringise(const uint32_t &el)
{
static char tmp[16];
memset(tmp, 0, sizeof(tmp));