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 Pull Request #105142