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

Commit d301388b authored by Jesse Hall's avatar Jesse Hall Committed by Android (Google) Code Review
Browse files

Merge "Fix <vulkan/vulkan.h> compatibility with C."

parents 33468c14 82afc95f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3713,7 +3713,7 @@ typedef struct VkAndroidSurfaceCreateInfoKHR {
    VkStructureType                   sType;
    const void*                       pNext;
    VkAndroidSurfaceCreateFlagsKHR    flags;
    ANativeWindow*                    window;
    struct ANativeWindow*             window;
} VkAndroidSurfaceCreateInfoKHR;