https://bugs.freedesktop.org/show_bug.cgi?id=105119

--- Comment #2 from Jakub OkoĊ„ski <ja...@okonski.org> ---
I ran my code on Windows using AMD's proprietary driver, I can see this message
from validation layers:

Attempt to reset command buffer (0x0000026469454060) which is in use. The spec
valid usage text states 'commandBuffer must not be in the pending state'
(https://www.khronos.org/registry/vulkan/specs/1.0/html/vkspec.html#VUID-vkResetCommandBuffer-commandBuffer-00045)
Calling vkBeginCommandBuffer() on active command buffer 0000026469454060 before
it has completed. You must check command buffer fence before this call. The
spec valid usage text states 'commandBuffer must not be in the recording or
pending state.'
(https://www.khronos.org/registry/vulkan/specs/1.0/html/vkspec.html#VUID-vkBeginCommandBuffer-commandBuffer-00049)

So I must be misusing the API as described.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to