Skip to content

glsl: Use the dedicated function to extract variables from instructions

What does this MR do and why?

Avoid casting instruction that are not ir_variable and accessing their ir_type
field.

Merge request reports