Initializer for sparse bind info

This commit is contained in:
saschawillems 2016-09-11 18:20:53 +02:00
parent 4db98481c0
commit a66ed812f7
2 changed files with 9 additions and 0 deletions

View file

@ -280,6 +280,8 @@ namespace vkTools
VkShaderStageFlags stageFlags,
uint32_t size,
uint32_t offset);
VkBindSparseInfo bindSparseInfo();
}
}