Skip to content

glsl/linker: fix clip/cull distance sizing in tcs and fs

Mike Blumenkrantz requested to merge zmike/mesa:glsl-clipcull into main

What does this MR do and why?

glsl/linker: fix clip/cull distance sizing in tcs and fs

these stages can access clip/cull distances, so the info must be available

Merge request reports