Skip to content

compiler/glsl: Initialize local variable to zero to fix MSVC RTC error

Erik Faye-Lund requested to merge kusma/mesa:glsl-initialize_local_var into master

Without this, we get a run-time error about using an uninitialized variable.

Merge request reports