Skip to content

zink: Fix 32-bit compilation

Joshua Ashton requested to merge frog/mesa:fix-32-bit-zink into master

sizeof(void*) != sizeof(VkShaderModule) on x86 hence this fails with -Werror=int-conversion

Merge request reports