mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 17:10:47 +00:00
Convert ToStr, Serialise, and TypeName to use literal strings
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user