- In Vulkan, descriptor sets are collections of bindings described by set layouts.
- Sets are allocated from descriptor pools
- Once you bind descriptor sets in command buffer, you can’t update it (since GPU may be working on it)
- Not true with descriptor indexing