Skip to content

zink: fix channel ordering in format-mapping

This looks like a typo. Packed vulkan formats should always map to the inverse order of the corresponding gallium notation. Besides, it makes no sense that unsigned and signed formats have different ordering.

Fixes: cdfb1d92 ("zink: add last few format maps for ARB_vertex_type_2_10_10_10_rev")

Merge request reports