mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 07:28:11 +02:00
radv/gfx10: gather GS output for VS as NGG
For streamout we have to the number of streamout outputs. Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
This commit is contained in:
parent
b617156621
commit
a72344efa3
1 changed files with 2 additions and 0 deletions
|
|
@ -546,6 +546,8 @@ gather_info_output_decl(const nir_shader *nir, const nir_variable *var,
|
|||
|
||||
if (key->vs_common_out.as_ls)
|
||||
gather_info_output_decl_ls(nir, var, info);
|
||||
else if (key->vs_common_out.as_ngg)
|
||||
gather_info_output_decl_gs(nir, var, info);
|
||||
break;
|
||||
case MESA_SHADER_GEOMETRY:
|
||||
vs_info = &info->vs.outinfo;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue