tu: Use the common version of vkQueueBindSparse
This is implemented in the common runtime. No need to provide a stub here. Signed-off-by: Valentine Burley <valentine.burley@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29854>
This commit is contained in:

committed by
Marge Bot

parent
d882198fc3
commit
8cfdc099cd
@@ -2956,15 +2956,6 @@ tu_GetDeviceMemoryCommitment(VkDevice device,
|
||||
*pCommittedMemoryInBytes = 0;
|
||||
}
|
||||
|
||||
VKAPI_ATTR VkResult VKAPI_CALL
|
||||
tu_QueueBindSparse(VkQueue _queue,
|
||||
uint32_t bindInfoCount,
|
||||
const VkBindSparseInfo *pBindInfo,
|
||||
VkFence _fence)
|
||||
{
|
||||
return VK_SUCCESS;
|
||||
}
|
||||
|
||||
VKAPI_ATTR VkResult VKAPI_CALL
|
||||
tu_CreateFramebuffer(VkDevice _device,
|
||||
const VkFramebufferCreateInfo *pCreateInfo,
|
||||
|
Reference in New Issue
Block a user