mirror of
https://github.com/KhronosGroup/Vulkan-Headers.git
synced 2025-04-18 19:03:46 +00:00
25 lines
304 B
C
25 lines
304 B
C
#ifndef VULKAN_MACOS_H_
|
|
#define VULKAN_MACOS_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
|