Disable metal shaders that dont cross compile correctly

This commit is contained in:
moudgils
2021-04-28 21:24:10 -07:00
parent e4509dbe68
commit 389846c45c
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"]
}