vk: Return VK_SUCCESS from vkAllocDescriptorSets
This should've been returning VK_SUCCESS all along.
This commit is contained in:
+1
-1
@@ -1587,7 +1587,7 @@ VkResult anv_AllocDescriptorSets(
|
||||
|
||||
*pCount = count;
|
||||
|
||||
return VK_UNSUPPORTED;
|
||||
return VK_SUCCESS;
|
||||
}
|
||||
|
||||
void anv_ClearDescriptorSets(
|
||||
|
||||
Reference in New Issue
Block a user