Skip to content

turnip: Fix allocation size for vkCmdUpdateBuffer.

Emma Anholt requested to merge anholt/mesa:tu-cmd-update-size into main

tu_cs_alloc() takes a size in dwords, not bytes.

Merge request reports