Skip to content
Snippets Groups Projects
Commit a7dff828 authored by Jakob Bornecrantz's avatar Jakob Bornecrantz
Browse files

xrt: Tidy xrt_vulkan_includes.h

parent d4928e1a
No related branches found
No related tags found
No related merge requests found
// Copyright 2018-2019, Collabora, Ltd. // Copyright 2018-2020, Collabora, Ltd.
// SPDX-License-Identifier: BSL-1.0 // SPDX-License-Identifier: BSL-1.0
/*! /*!
* @file * @file
...@@ -13,7 +13,12 @@ ...@@ -13,7 +13,12 @@
#include <vulkan/vulkan.h> #include <vulkan/vulkan.h>
#ifdef __cplusplus #ifdef __cplusplus
extern "C" extern "C" {
#endif #endif
VKAPI_ATTR PFN_vkVoidFunction VKAPI_CALL VKAPI_ATTR PFN_vkVoidFunction VKAPI_CALL
vkGetInstanceProcAddr(VkInstance instance, const char *pName); vkGetInstanceProcAddr(VkInstance instance, const char *pName);
#ifdef __cplusplus
}
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment