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

Commit 9f15728b 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 am: 0fd36ce3

am: fddca69e

Change-Id: Ie582980b6c41828ffaf3d76c64ea4b1ff07455f5
parents 6363bf8b fddca69e
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.