mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 09:38:07 +02:00
v3dv: add stub for vkDeviceWaitIdle
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6766>
This commit is contained in:
parent
7a045cf5b3
commit
d5dd157775
1 changed files with 7 additions and 0 deletions
|
|
@ -973,6 +973,13 @@ v3dv_GetDeviceQueue(VkDevice _device,
|
|||
*pQueue = v3dv_queue_to_handle(&device->queue);
|
||||
}
|
||||
|
||||
VkResult
|
||||
v3dv_DeviceWaitIdle(VkDevice _device)
|
||||
{
|
||||
/* FIXME: stub */
|
||||
return VK_SUCCESS;
|
||||
}
|
||||
|
||||
VkResult
|
||||
v3dv_CreateDebugReportCallbackEXT(VkInstance _instance,
|
||||
const VkDebugReportCallbackCreateInfoEXT* pCreateInfo,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue