r600ß/sfn: Don't fall through with VS outputs

Signed-off-by: Gert Wollny <gert.wollny@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17729>
This commit is contained in:
Gert Wollny 2022-07-24 14:01:36 +02:00 committed by Marge Bot
parent 8166be0e83
commit a3dda55c0a

View file

@ -449,6 +449,7 @@ bool VertexShader::do_scan_instruction(nir_instr *instr)
add_output(output);
break;
}
break;
}
case nir_intrinsic_load_vertex_id:
m_sv_values.set(es_vertexid);