KhronosGroup / KhronosGroup/Vulkan-Docs

Is UPDATE_AFTER_BIND suppose to only be updated before pending state

Open
#2,798 6 comments 0 reactions 1 assignee Claimed by @spencer-lunarg View on GitHub
Resolving Inside Khronos
Dominant language
JavaScript
Stars
3.3k
Forks
549
Avg merge
5d 5h
Merged PRs (30d)
2

Description

Image

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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.