KhronosGroup / KhronosGroup/Vulkan-Docs
Is UPDATE_AFTER_BIND suppose to only be updated before pending state
Open
Resolving Inside Khronos
- Dominant language
- JavaScript
- Stars
- 3.3k
- Forks
- 549
- Avg merge
- 5d 5h
- Merged PRs (30d)
- 2
Description
This VU make is sound like if you use `UPDATE_AFTER_BIND` (without `UPDATE_UNUSED_WHILE_PENDING`) you are able to still call `vkUpdateDescriptorSets` while the command buffer is pending
I assume this should really be
- If in **executable state**, either `UPDATE_AFTER_BIND` or `UPDATE_UNUSED_WHILE_PENDING` must be set
- If in **pending state**, `UPDATE_UNUSED_WHILE_PENDING` must be set
Contributor guide
Assessment
This issue has not been assessed yet.