Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2019
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.50 KB | None | 0 0
  1. TRACE: Waiting on fence 0000000000000017
  2. ERROR: [Validation] [Validation] Objects: Fence (23) Fence 0x17 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 (https://www.khronos.org/registry/vulkan/specs/1.1-extensions/html/vkspec.html#VUID-vkResetFences-pFences-01123)
  3. ERROR: [Validation] [Validation] Objects: Fence (37) Fence 0x25 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 (https://www.khronos.org/registry/vulkan/specs/1.1-extensions/html/vkspec.html#VUID-vkResetFences-pFences-01123)
  4. TRACE: Getting swapchain framebuffer 0 out of 3
  5. TRACE: Submitting a command buffer that will signal fence 0000000000000017
  6. TRACE: Waiting on fence 0000000000000019
  7. ERROR: [Validation] [Validation] Objects: Fence (25) Fence 0x19 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 (https://www.khronos.org/registry/vulkan/specs/1.1-extensions/html/vkspec.html#VUID-vkResetFences-pFences-01123)
  8. ERROR: [Validation] [Validation] Objects: Fence (37) Fence 0x25 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 (https://www.khronos.org/registry/vulkan/specs/1.1-extensions/html/vkspec.html#VUID-vkResetFences-pFences-01123)
  9. TRACE: Getting swapchain framebuffer 1 out of 3
  10. TRACE: Submitting a command buffer that will signal fence 0000000000000019
  11. TRACE: Waiting on fence 000000000000001B
  12. ERROR: [Validation] [Validation] Objects: Fence (27) Fence 0x1b 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 (https://www.khronos.org/registry/vulkan/specs/1.1-extensions/html/vkspec.html#VUID-vkResetFences-pFences-01123)
  13. ERROR: [Validation] [Validation] Objects: Fence (37) Fence 0x25 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 (https://www.khronos.org/registry/vulkan/specs/1.1-extensions/html/vkspec.html#VUID-vkResetFences-pFences-01123)
  14. TRACE: Getting swapchain framebuffer 2 out of 3
  15. TRACE: Submitting a command buffer that will signal fence 000000000000001B
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement