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
This VU make is sound like if you use
UPDATE_AFTER_BIND(withoutUPDATE_UNUSED_WHILE_PENDING) you are able to still callvkUpdateDescriptorSetswhile the command buffer is pendingI assume this should really be
UPDATE_AFTER_BINDorUPDATE_UNUSED_WHILE_PENDINGmust be setUPDATE_UNUSED_WHILE_PENDINGmust be set