MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-Tools / QueueWaitIdle

Function QueueWaitIdle

icd/generated/function_definitions.h:301–304  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

299 return VK_SUCCESS;
300}
301static VKAPI_ATTR VkResult VKAPI_CALL QueueWaitIdle(VkQueue queue) {
302 // Not a CREATE or DESTROY function
303 return VK_SUCCESS;
304}
305static VKAPI_ATTR VkResult VKAPI_CALL DeviceWaitIdle(VkDevice device) {
306 // Not a CREATE or DESTROY function
307 return VK_SUCCESS;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected