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