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

Commit 0fd36ce3 authored by Jesse Hall's avatar Jesse Hall Committed by android-build-merger
Browse files

Merge "vulkan: Update headers to 1.1.91"

am: ac2a61e3

Change-Id: I555b10d9c8f6fd599bd478e7310c0893642301ab
parents 25403523 ac2a61e3
Loading
Loading
Loading
Loading
+233 −214

File changed.

Preview size limit exceeded, changes collapsed.

+4 −6
Original line number Original line Diff line number Diff line
@@ -24,6 +24,10 @@
#include "vulkan_android.h"
#include "vulkan_android.h"
#endif
#endif


#ifdef VK_USE_PLATFORM_FUCHSIA
#include <zircon/types.h>
#include "vulkan_fuchsia.h"
#endif


#ifdef VK_USE_PLATFORM_IOS_MVK
#ifdef VK_USE_PLATFORM_IOS_MVK
#include "vulkan_ios.h"
#include "vulkan_ios.h"
@@ -35,12 +39,6 @@
#endif
#endif




#ifdef VK_USE_PLATFORM_MIR_KHR
#include <mir_toolkit/client_types.h>
#include "vulkan_mir.h"
#endif


#ifdef VK_USE_PLATFORM_VI_NN
#ifdef VK_USE_PLATFORM_VI_NN
#include "vulkan_vi.h"
#include "vulkan_vi.h"
#endif
#endif
+271 −209

File changed.

Preview size limit exceeded, changes collapsed.