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

Commit 289cb79d authored by Chris Forbes's avatar Chris Forbes
Browse files

vulkan: Update vulkan headers to 1.0.38

Catches up with the current upstream header. Preserves the local changes
for incremental present.

V2: Fix indentation issues
V3: Add missing struct and defines for EXT_validation_flags

Change-Id: I6e4f44e0eba8de00b010a6918ec2ba92614cc6bc
Test: Ensured cube demo still works
parent 2fc82a9b
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -48,3 +48,5 @@ type u64 size_t
// VK_USE_PLATFORM_WIN32_KHR
// VK_USE_PLATFORM_WIN32_KHR
@internal type void* HINSTANCE
@internal type void* HINSTANCE
@internal type void* HWND
@internal type void* HWND
@internal type void* HANDLE
@internal class SECURITY_ATTRIBUTES {}
+499 −2

File changed.

Preview size limit exceeded, changes collapsed.

+441 −4

File changed.

Preview size limit exceeded, changes collapsed.

+2 −2
Original line number Original line Diff line number Diff line
@@ -17,9 +17,7 @@
// WARNING: This file is generated. See ../README.md for instructions.
// WARNING: This file is generated. See ../README.md for instructions.


#include <string.h>
#include <string.h>

#include <algorithm>
#include <algorithm>

#include <android/log.h>
#include <android/log.h>


// to catch mismatches between vulkan.h and this file
// to catch mismatches between vulkan.h and this file
@@ -453,8 +451,10 @@ VKAPI_ATTR PFN_vkVoidFunction GetDeviceProcAddr(VkDevice device, const char* pNa
        "vkEnumerateInstanceLayerProperties",
        "vkEnumerateInstanceLayerProperties",
        "vkEnumeratePhysicalDevices",
        "vkEnumeratePhysicalDevices",
        "vkGetInstanceProcAddr",
        "vkGetInstanceProcAddr",
        "vkGetPhysicalDeviceExternalImageFormatPropertiesNV",
        "vkGetPhysicalDeviceFeatures",
        "vkGetPhysicalDeviceFeatures",
        "vkGetPhysicalDeviceFormatProperties",
        "vkGetPhysicalDeviceFormatProperties",
        "vkGetPhysicalDeviceGeneratedCommandsPropertiesNVX",
        "vkGetPhysicalDeviceImageFormatProperties",
        "vkGetPhysicalDeviceImageFormatProperties",
        "vkGetPhysicalDeviceMemoryProperties",
        "vkGetPhysicalDeviceMemoryProperties",
        "vkGetPhysicalDeviceProperties",
        "vkGetPhysicalDeviceProperties",
+0 −2

File changed.

Preview size limit exceeded, changes collapsed.