2022-05-17 23:04:11 +04:00
|
|
|
#ifndef VULKAN_VIDEO_CODECS_COMMON_H_
|
|
|
|
#define VULKAN_VIDEO_CODECS_COMMON_H_ 1
|
|
|
|
|
2021-07-10 01:54:15 +04:00
|
|
|
/*
|
2022-05-17 23:04:11 +04:00
|
|
|
** Copyright 2015-2022 The Khronos Group Inc.
|
2021-07-10 01:54:15 +04:00
|
|
|
**
|
|
|
|
** SPDX-License-Identifier: Apache-2.0
|
|
|
|
*/
|
|
|
|
|
2022-05-17 23:04:11 +04:00
|
|
|
/*
|
|
|
|
** This header is generated from the Khronos Vulkan XML API Registry.
|
|
|
|
**
|
|
|
|
*/
|
|
|
|
|
2021-07-10 01:54:15 +04:00
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
extern "C" {
|
|
|
|
#endif
|
|
|
|
|
2022-05-17 23:04:11 +04:00
|
|
|
|
|
|
|
|
|
|
|
#define vulkan_video_codecs_common 1
|
2021-07-10 01:54:15 +04:00
|
|
|
#define VK_MAKE_VIDEO_STD_VERSION(major, minor, patch) \
|
|
|
|
((((uint32_t)(major)) << 22) | (((uint32_t)(minor)) << 12) | ((uint32_t)(patch)))
|
|
|
|
|
2022-05-17 23:04:11 +04:00
|
|
|
|
2021-07-10 01:54:15 +04:00
|
|
|
#ifdef __cplusplus
|
|
|
|
}
|
|
|
|
#endif
|
|
|
|
|
2022-05-17 23:04:11 +04:00
|
|
|
#endif
|