mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 18:18:06 +02:00
radv/llvm: fix exporting VS parameters
My mistake.
Fixes: 2aa705ec87 ("radv: determine the VS output parameters in the shader info pass")
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13191>
This commit is contained in:
parent
5d7ab9ea6a
commit
fb2d031047
1 changed files with 1 additions and 0 deletions
|
|
@ -1197,6 +1197,7 @@ radv_build_param_exports(struct radv_shader_context *ctx, struct radv_shader_out
|
|||
continue;
|
||||
|
||||
radv_export_param(ctx, param_count, outputs[i].values, usage_mask);
|
||||
param_count++;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue