Skip to content

glsl-array-bounds: set out-of-bounds array index inside shader

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

attempting to set the uniform's value after shader compile in these test cases results in the attempted access of uniforms which have been eliminated by nir

fixes test running on zink

cc @anholt

Merge request reports