Go to the documentation of this file. 1 #ifndef VULKAN_VIDEO_CODECS_COMMON_H_
2 #define VULKAN_VIDEO_CODECS_COMMON_H_ 1
23 #define vulkan_video_codecs_common 1
24 #if !defined(VK_NO_STDINT_H)
28 #define VK_MAKE_VIDEO_STD_VERSION(major, minor, patch) \
29 ((((uint32_t)(major)) << 22) | (((uint32_t)(minor)) << 12) | ((uint32_t)(patch)))