Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c7796978 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "vkjson: Use Vulkan API version 1.1 on VkJsonGetInstance"

parents 080dadba a8714233
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -330,7 +330,7 @@ VkJsonInstance VkJsonGetInstance() {
                                      1,
                                      "",
                                      0,
                                      VK_API_VERSION_1_0};
                                      VK_API_VERSION_1_1};
  VkInstanceCreateInfo instance_info = {
      VK_STRUCTURE_TYPE_INSTANCE_CREATE_INFO,
      nullptr,