Skip to content

fs-texture-select: Fix undefined read of gl_TexCoord[0].

Emma Anholt requested to merge anholt/piglit:fs-texture-select into master

The passthrough VS doesn't set a texcoord, so it could be anything.

Merge request reports