diff options
Diffstat (limited to 'include/vulkan/vulkan_ios.h')
-rw-r--r-- | include/vulkan/vulkan_ios.h | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/include/vulkan/vulkan_ios.h b/include/vulkan/vulkan_ios.h new file mode 100644 index 0000000..8f8ef09 --- /dev/null +++ b/include/vulkan/vulkan_ios.h @@ -0,0 +1,25 @@ +#ifndef VULKAN_IOS_H_ +#define VULKAN_IOS_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 |