Home | History | Annotate | Download | only in unique_objects

Lines Matching refs:DestroyFence

404 VKAPI_ATTR void VKAPI_CALL DestroyFence(VkDevice device, VkFence fence, const VkAllocationCallbacks* pAllocator)
414 get_dispatch_table(unique_objects_device_table_map, device)->DestroyFence(device, fence, pAllocator);
2231 if (!strcmp(name, "DestroyFence"))
2232 return (PFN_vkVoidFunction) DestroyFence;