]> O.S.I.I.S - jp/vkvg.git/commitdiff
update vkh
authorJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Wed, 8 Jun 2022 16:35:27 +0000 (18:35 +0200)
committerJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Wed, 8 Jun 2022 16:35:27 +0000 (18:35 +0200)
src/vkvg_device.c
vkh

index 0fcb6bb5c096df0c9348530b544604e569a829ae..b3d0107bf4786516fa7e1a125721e4e0fb2c0b0f 100644 (file)
@@ -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 5ce5386f0a0f46b36ec42dd046ef56030ab7a496..e0aac8102a8036b9aaffb191c3ee76356bb8c032 160000 (submodule)
--- a/vkh
+++ b/vkh
@@ -1 +1 @@
-Subproject commit 5ce5386f0a0f46b36ec42dd046ef56030ab7a496
+Subproject commit e0aac8102a8036b9aaffb191c3ee76356bb8c032