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

Commit a363a8e9 authored by Jesse Hall's avatar Jesse Hall
Browse files

vulkan: Update headers to 1.1.91

Key changes since 1.1.90:
* Updated VK_NVX_raytracing -> VK_NV_raytracing
* Added VK_AMD_memory_overallocation_behavior

Test: build
Change-Id: I24ad0ea9b7b93a7f9768092c71ee4e5bd90a6a83
parent de6858ef
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.