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

Commit 02400591 authored by Courtney Goeltzenleuchter's avatar Courtney Goeltzenleuchter
Browse files

Use consistent designated initializers

Test: build

Change-Id: Id3ea70f0bec35798d2a84a67e57aca548e56275a
parent c03d283e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -176,7 +176,7 @@ void GatherGpuInfo(VkPhysicalDevice gpu,
        .sType = VK_STRUCTURE_TYPE_DEVICE_QUEUE_CREATE_INFO,
        .queueFamilyIndex = 0,
        .queueCount = 1,
        queue_priorities
        .pQueuePriorities = queue_priorities
    };
    // clang-format off
    const char *kValidationLayers[] = {