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

Commit fddca69e 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

Change-Id: I7878ecd8f9bf33e194adefc0e21b2c3d153eec46
parents bf702968 0fd36ce3
Loading
Loading
Loading
Loading
+233 −214

File changed.

Preview size limit exceeded, changes collapsed.

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

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

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


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


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

File changed.

Preview size limit exceeded, changes collapsed.