Skip to content

zink: fix spirv_builder_spec_const_uint

Karol Herbst requested to merge karolherbst/mesa:zink/fixup_spec_const into main

We need to create the type upfront otherwise the spir-v binary gets corrupted.

Fixes: c305a2c9 ("zink: move spec constant emission to the types/consts block") Signed-off-by: Karol Herbst kherbst@redhat.com

Merge request reports