commit | fa7af492359030e28391e1a13d7b9749057d3603 | [log] [tgz] |
---|---|---|
author | Ian Elliott <ianelliott@google.com> | Tue Jul 20 17:40:24 2021 -0600 |
committer | Trevor David Black <vantablack@google.com> | Mon Jan 24 15:54:20 2022 +0000 |
tree | 6d3492f58ee74c4285aefdf3d7b39b63025c982e | |
parent | 9fed2ba5c83d734f4c977c1404b042f210c7063c [diff] [blame] |
Change Vulkan API to 1.2 The commit changes the platform code to support Vulkan 1.2. Bug: 191881132 Test: build Change-Id: I6e71a84b85874a71031734004b8e44ee0ea7446f
diff --git a/vulkan/libvulkan/api.cpp b/vulkan/libvulkan/api.cpp index fa3b260..9ecc568 100644 --- a/vulkan/libvulkan/api.cpp +++ b/vulkan/libvulkan/api.cpp
@@ -1473,7 +1473,7 @@ if (!EnsureInitialized()) return VK_ERROR_OUT_OF_HOST_MEMORY; - *pApiVersion = VK_API_VERSION_1_1; + *pApiVersion = VK_API_VERSION_1_2; return VK_SUCCESS; }