Skip to content

glsl: initialize some variables to avoid elimination errors

Mike Blumenkrantz requested to merge zmike/piglit:glsl-array-mismatch into master

These tests attempt to access uniforms which are eliminated by nir, so instead change the tests to avoid erroring and failing (under zink).

cc @anholt

Merge request reports