zdoom-macos-deps/deps/vulkan-headers/include/vk_video/vulkan_video_codecs_common.h

37 lines
660 B
C
Raw Normal View History

2022-02-10 10:25:43 +00:00
#ifndef VULKAN_VIDEO_CODECS_COMMON_H_
#define VULKAN_VIDEO_CODECS_COMMON_H_ 1
2021-04-28 08:58:26 +00:00
/*
2023-03-23 08:11:13 +00:00
** Copyright 2015-2023 The Khronos Group Inc.
2021-04-28 08:58:26 +00:00
**
** SPDX-License-Identifier: Apache-2.0
*/
2022-02-10 10:25:43 +00:00
/*
** This header is generated from the Khronos Vulkan XML API Registry.
**
*/
2021-04-28 08:58:26 +00:00
#ifdef __cplusplus
extern "C" {
#endif
2022-02-10 10:25:43 +00:00
2023-08-17 06:42:51 +00:00
// vulkan_video_codecs_common is a preprocessor guard. Do not pass it to API calls.
2022-02-10 10:25:43 +00:00
#define vulkan_video_codecs_common 1
2023-08-17 06:42:51 +00:00
#if !defined(VK_NO_STDINT_H)
#include <stdint.h>
#endif
2021-04-28 08:58:26 +00:00
#define VK_MAKE_VIDEO_STD_VERSION(major, minor, patch) \
((((uint32_t)(major)) << 22) | (((uint32_t)(minor)) << 12) | ((uint32_t)(patch)))
2022-02-10 10:25:43 +00:00
2021-04-28 08:58:26 +00:00
#ifdef __cplusplus
}
#endif
2022-02-10 10:25:43 +00:00
#endif