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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user