diff options
Diffstat (limited to 'include/vulkan/vulkan_xlib.h')
-rw-r--r-- | include/vulkan/vulkan_xlib.h | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/include/vulkan/vulkan_xlib.h b/include/vulkan/vulkan_xlib.h new file mode 100644 index 0000000..8ccb7f9 --- /dev/null +++ b/include/vulkan/vulkan_xlib.h @@ -0,0 +1,25 @@ +#ifndef VULKAN_XLIB_H_ +#define VULKAN_XLIB_H_ 1 + +/* +** Copyright 2015-2021 The Khronos Group Inc. +** +** SPDX-License-Identifier: Apache-2.0 +*/ + +/* +** This header is generated from the Khronos Vulkan XML API Registry. +** +*/ + + +#ifdef __cplusplus +extern "C" { +#endif + + +#ifdef __cplusplus +} +#endif + +#endif |