From: Jean-Philippe Bruyère Date: Wed, 8 Jun 2022 16:35:27 +0000 (+0200) Subject: update vkh X-Git-Url: https://git.osiis.dedyn.io/?a=commitdiff_plain;h=14e87d88493de3222f12feb9480907115d3514d2;p=jp%2Fvkvg.git update vkh --- diff --git a/src/vkvg_device.c b/src/vkvg_device.c index 0fcb6bb..b3d0107 100644 --- a/src/vkvg_device.c +++ b/src/vkvg_device.c @@ -89,7 +89,7 @@ void _device_init (VkvgDevice dev, VkInstance inst, VkPhysicalDevice phy, VkDevi .physicalDevice = phy, .device = vkdev }; - vmaCreateAllocator(&allocatorInfo, &dev->allocator); + vmaCreateAllocator(&allocatorInfo, (VmaAllocator*)&dev->allocator); #endif dev->cmdPool= vkh_cmd_pool_create ((VkhDevice)dev, dev->gQueue->familyIndex, VK_COMMAND_POOL_CREATE_RESET_COMMAND_BUFFER_BIT); diff --git a/vkh b/vkh index 5ce5386..e0aac81 160000 --- a/vkh +++ b/vkh @@ -1 +1 @@ -Subproject commit 5ce5386f0a0f46b36ec42dd046ef56030ab7a496 +Subproject commit e0aac8102a8036b9aaffb191c3ee76356bb8c032