Convert ToStr, Serialise, and TypeName to use literal strings

This commit is contained in:
baldurk
2019-05-15 14:12:17 +01:00
parent c8a518f05c
commit 699f8753af
84 changed files with 1215 additions and 1186 deletions
@@ -37,7 +37,7 @@ static const QString hlsl_stage2[ENUM_ARRAY_SIZE(ShaderStage)] = {
};
template <>
std::string DoStringise(const KnownShaderTool &el)
rdcstr DoStringise(const KnownShaderTool &el)
{
BEGIN_ENUM_STRINGISE(KnownShaderTool);
{