Skip to content

Commit

Permalink
Sync master and vulkan-cts-1.2.6 headers
Browse files Browse the repository at this point in the history
Components: Vulkan

Change-Id: I7865f441d2d987f8126e1e8542a494c90fe5b45c
  • Loading branch information
alegal-arm committed Apr 23, 2021
1 parent 231b110 commit f287e6b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions external/vulkancts/framework/vulkan/vkVulkan_c.inl
Original file line number Diff line number Diff line change
Expand Up @@ -949,6 +949,10 @@ extern "C" {
#define VK_NULL_HANDLE 0ULL
#endif
#endif
#ifndef VK_NULL_HANDLE
#define VK_NULL_HANDLE 0
#endif


#ifndef VK_DEFINE_NON_DISPATCHABLE_HANDLE
#if (VK_USE_64_BIT_PTR_DEFINES==1)
Expand Down
4 changes: 4 additions & 0 deletions external/vulkancts/scripts/src/vulkan_core.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ extern "C" {
#define VK_NULL_HANDLE 0ULL
#endif
#endif
#ifndef VK_NULL_HANDLE
#define VK_NULL_HANDLE 0
#endif


#ifndef VK_DEFINE_NON_DISPATCHABLE_HANDLE
#if (VK_USE_64_BIT_PTR_DEFINES==1)
Expand Down

0 comments on commit f287e6b

Please sign in to comment.