mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-13 21:40:41 +00:00
Convert ToStr, Serialise, and TypeName to use literal strings
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
#include "QRDInterface.h"
|
||||
|
||||
template <>
|
||||
std::string DoStringise(const TimeUnit &el)
|
||||
rdcstr DoStringise(const TimeUnit &el)
|
||||
{
|
||||
BEGIN_ENUM_STRINGISE(TimeUnit)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user