mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 19:30:11 +01:00
ac/nir: fix GS load input type.
Fixes: df1d5174fc "ac/nir: replace SI.buffer.load.dword with amdgcn.buffer.load"
Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
This commit is contained in:
parent
e8a9473d32
commit
c7d640fbbf
1 changed files with 1 additions and 1 deletions
|
|
@ -3075,7 +3075,7 @@ load_gs_input(struct ac_shader_abi *abi,
|
|||
}
|
||||
}
|
||||
result = ac_build_varying_gather_values(&ctx->ac, value, num_components, component);
|
||||
|
||||
result = ac_to_integer(&ctx->ac, result);
|
||||
return result;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue