Skip to content

Commit c47ee16

Browse files
committed
Vulkan headers: restore vulkan_fuchsia_extras.h include.
A previous CL updated the Vulkan headers, and removed our include for vulkan_fuchsia_extras.h, which contains Fuchsia-specific declarations that are used by the platform but not upstreamed yet to Khronos. This CL simply restores the include. Bug: 143197472 Change-Id: I934f185c76f54e08ff52a202198cb951ad4b6644 Reviewed-on: https://swiftshader-review.googlesource.com/c/SwiftShader/+/37450 Tested-by: David Turner <digit@google.com> Presubmit-Ready: David Turner <digit@google.com> Reviewed-by: Alexis Hétu <sugoi@google.com> Kokoro-Presubmit: kokoro <noreply+kokoro@google.com> Kokoro-Presubmit: David Turner <digit@google.com>
1 parent e1cda39 commit c47ee16

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/vulkan/vulkan.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
#ifdef VK_USE_PLATFORM_FUCHSIA
2828
#include <zircon/types.h>
2929
#include "vulkan_fuchsia.h"
30+
#include "vulkan_fuchsia_extras.h"
3031
#endif
3132

3233
#ifdef VK_USE_PLATFORM_IOS_MVK

0 commit comments

Comments
 (0)