Fix iOS build issue

This commit is contained in:
Georg Hagen
2024-05-29 18:03:47 +02:00
parent 801c364c8e
commit 0ce6e31a0d

View File

@@ -117,7 +117,7 @@ namespace OpenVulkano
MemoryAllocation* CreateMemoryAllocation(size_t size, uint32_t type, bool addToCache = true);
MemoryAllocation* GetFreeMemoryAllocation(size_t size, size_t alignment, uint32_t type, bool createIfAllFull = true);
MemoryAllocation* GetFreeMemoryAllocation(size_t size, vk::DeviceSize alignment, uint32_t type, bool createIfAllFull = true);
vk::DescriptorSetLayout* GetDescriptorLayoutSet(const DescriptorSetLayoutBinding& descriptorSetLayoutBinding);