Atlas - vulkan_video_codecs_common.h

Home / ext / SDL / src / video / khronos / vk_video Lines: 1 | Size: 660 bytes [Download] [Show on GitHub] [Search similar files] [Raw] [Raw (proxy)]
[FILE BEGIN]
1#ifndef VULKAN_VIDEO_CODECS_COMMON_H_ 2#define VULKAN_VIDEO_CODECS_COMMON_H_ 1 3 4/* 5** Copyright 2015-2024 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// vulkan_video_codecs_common is a preprocessor guard. Do not pass it to API calls. 23#define vulkan_video_codecs_common 1 24#if !defined(VK_NO_STDINT_H) 25 #include <stdint.h> 26#endif 27 28#define VK_MAKE_VIDEO_STD_VERSION(major, minor, patch) \ 29 ((((uint32_t)(major)) << 22) | (((uint32_t)(minor)) << 12) | ((uint32_t)(patch))) 30 31 32#ifdef __cplusplus 33} 34#endif 35 36#endif 37
[FILE END]
(C) 2025 0x4248 (C) 2025 4248 Media and 4248 Systems, All part of 0x4248 See LICENCE files for more information. Not all files are by 0x4248 always check Licencing.