mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-09-22 21:55:52 +00:00
Convert ToStr, Serialise, and TypeName to use literal strings
This commit is contained in:
@@ -110,7 +110,7 @@ bool RGPInterop::RGPSupportsInterop(const QString &RGPPath)
|
||||
}
|
||||
|
||||
template <>
|
||||
std::string DoStringise(const RGPCommand &el)
|
||||
rdcstr DoStringise(const RGPCommand &el)
|
||||
{
|
||||
BEGIN_ENUM_STRINGISE(RGPCommand);
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user