mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-20 08:00:28 +01:00
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:
parent
8166be0e83
commit
a3dda55c0a
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue