A bit more refactoring to expose the begin/end transactional nature.
This commit is contained in:
parent
b5c6774412
commit
3d36517b4f
3 changed files with 59 additions and 57 deletions
|
|
@ -2,7 +2,6 @@
|
|||
|
||||
void DescriptorLayoutBuilder::add_binding(uint32_t binding, VkDescriptorType type)
|
||||
{
|
||||
|
||||
VkDescriptorSetLayoutBinding newbind{
|
||||
.binding = binding,
|
||||
.descriptorType = type,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue