gl_vk_chopper
gl_vk_chopper copied to clipboard
Several calls to vkMapMemory specify an invalid 0 size
As in the title, size 0 to vkMapMemory is invalid according to the spec:
If size is not equal to VK_WHOLE_SIZE, size must be greater than 0
I assume VK_WHOLE_SIZE is what's intended here, so it's an easy substitution.