glsl: remove ir_state_slot::swizzle
Same story as with the NIR counterpart in the previous commit. Reviewed-by: Emma Anholt <emma@anholt.net> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22620>
This commit is contained in:
committed by
Marge Bot
parent
4e8b532db3
commit
b9ba2c272a
@@ -683,7 +683,6 @@ builtin_variable_generator::add_uniform(const glsl_type *type,
|
||||
if (type->is_array())
|
||||
slots->tokens[1] = a;
|
||||
|
||||
slots->swizzle = element->swizzle;
|
||||
slots++;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user