求助:mac 上可以编译通过,但是运行时崩溃

发布于

崩溃源码位于vulkan_rhi:

VkResult result = vkQueueSubmit(((VulkanQueue*)queue)->getResource(), submitCount, vk_submit_info_list.data(), vk_fence);

错误信息为:

validation layer: Validation Error: [ VUID-vkResetFences-pFences-01123 ] Object 0: handle = 0xec4bec000000000b, type = VK_OBJECT_TYPE_FENCE; | MessageID = 0x68a5074e | VkFence 0xec4bec000000000b[] is in use. The Vulkan spec states: Each element of pFences must not be currently associated with any queue command that has not yet completed execution on that queue

1
评论
收藏