The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

xrt: Tidy xrt_vulkan_includes.h

+9 -4
+9 -4
src/xrt/include/xrt/xrt_vulkan_includes.h
··· 1 - // Copyright 2018-2019, Collabora, Ltd. 1 + // Copyright 2018-2020, Collabora, Ltd. 2 2 // SPDX-License-Identifier: BSL-1.0 3 3 /*! 4 4 * @file ··· 13 13 #include <vulkan/vulkan.h> 14 14 15 15 #ifdef __cplusplus 16 - extern "C" 16 + extern "C" { 17 + #endif 18 + 19 + VKAPI_ATTR PFN_vkVoidFunction VKAPI_CALL 20 + vkGetInstanceProcAddr(VkInstance instance, const char *pName); 21 + 22 + #ifdef __cplusplus 23 + } 17 24 #endif 18 - VKAPI_ATTR PFN_vkVoidFunction VKAPI_CALL 19 - vkGetInstanceProcAddr(VkInstance instance, const char *pName);