From: Jean-Philippe Bruyère Date: Sat, 22 Jan 2022 23:21:05 +0000 (+0100) Subject: set vulkan version to 1.2 in vkvg_device_create X-Git-Url: https://git.osiis.dedyn.io/?a=commitdiff_plain;h=a6ff59c91d17be322963e0f65a439e3cf2480aab;p=jp%2Fvkvg.git set vulkan version to 1.2 in vkvg_device_create --- diff --git a/src/vkvg_device.c b/src/vkvg_device.c index c893d2b..597b66a 100644 --- a/src/vkvg_device.c +++ b/src/vkvg_device.c @@ -40,7 +40,7 @@ VkvgDevice vkvg_device_create(VkSampleCountFlags samples, bool deferredResolve) _instance_extensions_check_release(); - VkhApp app = vkh_app_create(1, 1, "vkvg", 0, NULL, enabledExtsCount, enabledExts); + VkhApp app = vkh_app_create(1, 2, "vkvg", 0, NULL, enabledExtsCount, enabledExts); #if defined(DEBUG) && defined (VKVG_DBG_UTILS) if (dbgUtilsSupported)