1#ifndef VULKAN_VIDEO_CODECS_COMMON_H_
2#define VULKAN_VIDEO_CODECS_COMMON_H_ 1
3
4/*
5** Copyright 2015-2022 The Khronos Group Inc.
6**
7** SPDX-License-Identifier: Apache-2.0
8*/
9
10/*
11** This header is generated from the Khronos Vulkan XML API Registry.
12**
13*/
14
15
16#ifdef __cplusplus
17extern "C" {
18#endif
19
20
21
22#define vulkan_video_codecs_common 1
23#define VK_MAKE_VIDEO_STD_VERSION(major, minor, patch) \
24    ((((uint32_t)(major)) << 22) | (((uint32_t)(minor)) << 12) | ((uint32_t)(patch)))
25
26
27#ifdef __cplusplus
28}
29#endif
30
31#endif
32