vk: Return VK_SUCCESS from vkAllocDescriptorSets

This should've been returning VK_SUCCESS all along.
This commit is contained in:
Kristian Høgsberg 2015-05-17 18:39:12 -07:00
parent a9f2115486
commit b4b3bd1c51

View file

@ -1587,7 +1587,7 @@ VkResult anv_AllocDescriptorSets(
*pCount = count;
return VK_UNSUPPORTED;
return VK_SUCCESS;
}
void anv_ClearDescriptorSets(