mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-19 13:18:32 +00:00
xrt: Tidy xrt_vulkan_includes.h
This commit is contained in:
parent
d4928e1a1c
commit
a7dff8284a
|
@ -1,4 +1,4 @@
|
||||||
// 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 @@
|
||||||
#include <vulkan/vulkan.h>
|
#include <vulkan/vulkan.h>
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C"
|
extern "C" {
|
||||||
|
#endif
|
||||||
|
|
||||||
|
VKAPI_ATTR PFN_vkVoidFunction VKAPI_CALL
|
||||||
|
vkGetInstanceProcAddr(VkInstance instance, const char *pName);
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
}
|
||||||
#endif
|
#endif
|
||||||
VKAPI_ATTR PFN_vkVoidFunction VKAPI_CALL
|
|
||||||
vkGetInstanceProcAddr(VkInstance instance, const char *pName);
|
|
||||||
|
|
Loading…
Reference in a new issue