A bit more refactoring to expose the begin/end transactional nature.

This commit is contained in:
Zed A. Shaw 2025-12-10 12:58:55 -05:00
parent b5c6774412
commit 3d36517b4f
3 changed files with 59 additions and 57 deletions

View file

@ -2,7 +2,6 @@
void DescriptorLayoutBuilder::add_binding(uint32_t binding, VkDescriptorType type)
{
VkDescriptorSetLayoutBinding newbind{
.binding = binding,
.descriptorType = type,