2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-20 12:59:12 +00:00

Windows PCH fixes

This commit is contained in:
Jack Andersen
2017-12-29 15:07:15 -10:00
parent aae0dc56b7
commit 9daa74e08e
7 changed files with 22 additions and 12 deletions

View File

@@ -347,7 +347,8 @@ std::string HLSL::makeFrag(bool alphaTest, ReflectionType reflectionType,
}
}
namespace Runtime
namespace hecl::Runtime
{
struct HLSLBackendFactory : IShaderBackendFactory