Skip to content

zink: lower projector srcs for illegal sampler dims

Mike Blumenkrantz requested to merge zmike/mesa:zink-txp into main

The Dim operand of the underlying OpTypeImage must be 1D, 2D, 3D, or Rect, and the Arrayed and MS operands must be 0.

Merge request reports