KhronosGroup / Vulkan-Samples

One stop solution for all Vulkan samples
Apache License 2.0
4.33k stars 648 forks source link

Fix validation errors in timeline_semaphores sample #927

Closed gary-sweet closed 8 months ago

gary-sweet commented 8 months ago

Description

The command buffer was being implicitly reset, but wasn't resettable.

General Checklist:

Please ensure the following points are checked:

asuessenbach commented 8 months ago

Would you mind to resolve this issue like it's done in #833?

gary-sweet commented 8 months ago

Would you mind to resolve this issue like it's done in #833?

Done. That's a much nicer solution, thanks.

SaschaWillems commented 8 months ago

Code changes look good to me, sadly can't test due to #588