commit | 3f376ef6094b5913fa72559610370f14ff28e382 | [log] [tgz] |
---|---|---|
author | Lingfeng Yang <lfy@google.com> | Wed Feb 17 14:07:32 2021 -0800 |
committer | Lingfeng Yang <lfy@google.com> | Wed Feb 17 14:19:55 2021 -0800 |
tree | 7a8f2bbcccee25cc70c2711861bb53c55df0031a | |
parent | 8b189f04e59f4c4ef437f31af1e5dbb08f096500 [diff] |
[4/n] Add descriptor set virtualization functions These functions take care of: - emulating the allocation and freeing of descriptor sets from pools, tracking how many free sets and how many free descriptors of each type we have remaining. - emulating the update of descriptor sets via storing arguments of VkWriteDescriptorSet, to be used in vkUpdateDescriptorSet(WithTemplate). Change-Id: I77c22193c77956d156aae2fd6fbba20b8e0f1115