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

Commit b067fdcf authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "vulkan: fix compile error with latest AHB changes" into main

parents 141aab9c db7b55af
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -125,7 +125,7 @@ typedef struct {
    int                               usage; /* DEPRECATED in SPEC_VERSION 6 */
    VkNativeBufferUsage2ANDROID       usage2; /* DEPRECATED in SPEC_VERSION 9 */
    uint64_t                          usage3; /* ADDED in SPEC_VERSION 9 */
    AHardwareBuffer*                  ahb; /* ADDED in SPEC_VERSION 11 */
    struct AHardwareBuffer*           ahb; /* ADDED in SPEC_VERSION 11 */
} VkNativeBufferANDROID;

/*