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:
Erik Faye-Lund
2023-04-25 19:44:38 +02:00
committed by Marge Bot
parent 4e8b532db3
commit b9ba2c272a
3 changed files with 0 additions and 3 deletions
-1
View File
@@ -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++;
}
}