Merge pull request #414 from aws-lumberyard-dev/Atom/moudgils/DisableMetalShaders

Disable metal shaders that dont cross compile correctly
This commit is contained in:
moudgils
2021-04-29 16:37:07 -07:00
committed by GitHub
2 changed files with 4 additions and 2 deletions
@@ -10,6 +10,7 @@
"type": "Compute"
}
]
}
},
"DisabledRHIBackends": ["metal"]
}
@@ -12,6 +12,7 @@
"type": "Compute"
}
]
}
},
"DisabledRHIBackends": ["metal"]
}