mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-06 06:40:08 +01:00
lima: Use glsl_type C helpers
Acked-by: Marek Olšák <marek.olsak@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26707>
This commit is contained in:
parent
7d0d4a494e
commit
6af93b1801
1 changed files with 1 additions and 1 deletions
|
|
@ -37,5 +37,5 @@ lima_do_glsl_optimizations(struct exec_list *ir)
|
|||
int
|
||||
st_glsl_type_size(const glsl_type *type, bool bindless)
|
||||
{
|
||||
return type->count_attribute_slots(false);
|
||||
return glsl_count_attribute_slots(type, false);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue