Skip to content
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.

Commit

Permalink
android: Add a dummy vr-vulkan-header.h
Browse files Browse the repository at this point in the history
When building with CMake this file is auto-generated with an option to
replace the name of the Vulkan header. This file wasn’t being
generated in the Android build so the build would fail. This patch
just adds a static header with the default header name into the
android-only include directory.
  • Loading branch information
bpeel committed Nov 19, 2018
1 parent b95c5e2 commit 78a8cef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions android-headers/vk-vulkan-header.h
@@ -0,0 +1 @@
#include <vulkan/vulkan.h>

0 comments on commit 78a8cef

Please sign in to comment.