Fix #104012: Selection crash with AMD on Metal #105739

Merged
Jeroen Bakker merged 2 commits from Jason-Fielder/blender:Fix_104012 into blender-v3.5-release 2023-03-16 08:03:26 +01:00

2 Commits

Author SHA1 Message Date
Michael Parkin-White 13448a5d73 Merge branch 'blender-v3.5-release' into Fix_104012 2023-03-15 15:31:12 +01:00
Michael Parkin-White 2ee7083020 Fix #104012: Selection crash with AMD on Metal.
Crash when selecting objets on AMD platforms running
Metal. This was caused by shader compilation warnings
being treated as errors in macOS 10.15. Wrapping
compilation failure with success check resolves error.

Authored by Apple: Michael Parkin-White

Ref #96261
2023-03-13 14:08:05 +00:00