]> O.S.I.I.S - jp/vkhelpers.git/commitdiff
set VK_API_VERSION to 1_1
authorJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Mon, 9 Sep 2019 15:51:47 +0000 (17:51 +0200)
committerJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Mon, 9 Sep 2019 15:51:47 +0000 (17:51 +0200)
src/vkh_app.c

index bb378f129a41ccc84199b72437f419755b8b4992..93b8ae8e3922ea229c2a639a99aca8af27234377 100644 (file)
@@ -33,7 +33,7 @@ VkhApp vkh_app_create (const char* app_name, uint32_t enabledLayersCount, const
                                 .applicationVersion = 1,
                                 .pEngineName = ENGINE_NAME,
                                 .engineVersion = ENGINE_VERSION,
-                                .apiVersion = VK_API_VERSION_1_0};
+                                .apiVersion = VK_API_VERSION_1_1};
 
     VkInstanceCreateInfo inst_info = { .sType = VK_STRUCTURE_TYPE_INSTANCE_CREATE_INFO,
                                        .pApplicationInfo = &infos,