mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 18:18:06 +02:00
vk: Return VK_SUCCESS from vkAllocDescriptorSets
This should've been returning VK_SUCCESS all along.
This commit is contained in:
parent
a9f2115486
commit
b4b3bd1c51
1 changed files with 1 additions and 1 deletions
|
|
@ -1587,7 +1587,7 @@ VkResult anv_AllocDescriptorSets(
|
|||
|
||||
*pCount = count;
|
||||
|
||||
return VK_UNSUPPORTED;
|
||||
return VK_SUCCESS;
|
||||
}
|
||||
|
||||
void anv_ClearDescriptorSets(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue