Update Dxc path for Mac based on the Dxc updated package

main
moudgils 5 years ago
parent 26a1b96380
commit 200d71e56c

@ -251,7 +251,7 @@ namespace AZ
ByProducts& byProducts) const
{
// Shader compiler executable
static const char* dxcRelativePath = "Builders/DirectXShaderCompilerAz/bin/dxc";
static const char* dxcRelativePath = "Builders/DirectXShaderCompiler/bin/dxc";
// Output file
AZStd::string shaderMSLOutputFile = RHI::BuildFileNameWithExtension(shaderSourceFile, tempFolder, "metal");

Loading…
Cancel
Save