Skip to content

turnip: fix VkClearValue packing

Chia-I Wu requested to merge olv/mesa:turnip-clear-value into turnip

Add tu_pack_clear_value to correctly pack VkClearValue according to VkFormat. It ignores the component order defined by VkFormat, and always packs to WZYX order.

Merge request reports