mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 08:58:02 +02:00
gallivm: (trivial) fix typo in argument declaration of lp_build_size_query_soa
Was meant to match the name used elsewhere, spotted by Anthony.
This commit is contained in:
parent
4d95efd146
commit
8c5283dc17
1 changed files with 1 additions and 1 deletions
|
|
@ -498,7 +498,7 @@ lp_build_size_query_soa(struct gallivm_state *gallivm,
|
|||
struct lp_type int_type,
|
||||
unsigned texture_unit,
|
||||
unsigned target,
|
||||
boolean is_viewinfo,
|
||||
boolean is_sviewinfo,
|
||||
boolean scalar_lod,
|
||||
LLVMValueRef explicit_lod,
|
||||
LLVMValueRef *sizes_out);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue