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

Commit 19231af1 authored by Courtney Goeltzenleuchter's avatar Courtney Goeltzenleuchter Committed by android-build-merger
Browse files

tools: Need to specify pQueuePriorities

am: ca472ab8

* commit 'ca472ab8':
  tools: Need to specify pQueuePriorities
parents 8bcfb46a ca472ab8
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -161,10 +161,12 @@ void GatherGpuInfo(VkPhysicalDevice gpu, GpuInfo& info) {
    }

    VkDevice device;
    float queue_priorities[] = {0.0};
    const VkDeviceQueueCreateInfo queue_create_info = {
        .sType = VK_STRUCTURE_TYPE_DEVICE_QUEUE_CREATE_INFO,
        .queueFamilyIndex = 0,
        .queueCount = 1,
        queue_priorities
    };
    const VkDeviceCreateInfo create_info = {
        .sType = VK_STRUCTURE_TYPE_DEVICE_CREATE_INFO,