mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-04 02:40:11 +01:00
gallivm: s/0/LP_BLD_TEX_MODIFIER_NONE/
A minor readability improvement. Signed-off-by: Brian Paul <brianp@vmware.com> Reviewed-by: Roland Scheidegger <sroland@vmware.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17062>
This commit is contained in:
parent
2d4473c2ac
commit
26775d7ca7
1 changed files with 1 additions and 1 deletions
|
|
@ -291,7 +291,7 @@ emit_tex(struct lp_build_nir_context *bld_base,
|
|||
params->texture_index,
|
||||
params->coords[0],
|
||||
params->derivs ? params->derivs[0] : derivs,
|
||||
0);
|
||||
LP_BLD_TEX_MODIFIER_NONE);
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue