cancel
Showing results for 
Search instead for 
Did you mean: 

Archives Discussions

Cedako
Journeyman III

Vulkan: Calling vkResetFences on a newly-created signalled fence returns INITIALIZATION_FAILED

Calling `vkCreateFence` with the `VK_FENCE_CREATE_SIGNALED_BIT` flag followed with `vkResetFences` returns `VK_ERROR_INITIALIZATION_FAILED`. This error is not a valid error code for this function.

I don't think anything in the specs forbids doing this.

Windows 7 64bits

Radeon HD 7950

Driver version 16.15.2111.1001 Beta1

0 Likes
2 Replies
Cedako
Journeyman III

Erratum:

It's the fact to call `vkGetFenceStatus` afterwards that returns an error, not the fact that you reset the fence.

0 Likes

I believe we have fixed this issue recently. Can you check if you can reproduce this with the latest driver version?

0 Likes