3 Sep
2025
3 Sep
'25
12:10 a.m.
From Vulkan spec:
VUID-vkFreeCommandBuffers-pCommandBuffers-00048
pCommandBuffers must be a valid pointer to an array of commandBufferCount VkCommandBuffer handles, each element of which must either be a valid handle or NULL
So NULL elements of buffers array are allowed and should be handled. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/8885#note_114609