Fix #104016: Resolve Metal LineLoop emulation. #105142

Merged
Clément Foucault merged 2 commits from Jason-Fielder/blender:Fix_104016 into blender-v3.5-release 2023-02-26 15:22:05 +01:00

2 Commits

Author SHA1 Message Date
Clément Foucault d8679ed931 Merge branch 'blender-v3.5-release' into Fix_104016 2023-02-26 14:36:12 +01:00
Michael Parkin-White ef23ce5896 Fix #104016: Resolve Metal LineLoop emulation.
Metal LineLoop emulation path does not correctly apply
when using SSBO vertex fetch mode alongside 3D line
rendering.

Patch moves line emulation above SSBO
vertex fetch setup to ensure the correct emulation
parameters are passed to the shader.

Authored by Apple: Michael Parkin-White

Ref #96261
2023-02-22 13:38:04 +00:00