Flutter Engine
The Flutter Engine
|
#include <stdint.h>
Go to the source code of this file.
Macros | |
#define | vulkan_video_codecs_common 1 |
#define | VK_MAKE_VIDEO_STD_VERSION(major, minor, patch) ((((uint32_t)(major)) << 22) | (((uint32_t)(minor)) << 12) | ((uint32_t)(patch))) |
#define VK_MAKE_VIDEO_STD_VERSION | ( | major, | |
minor, | |||
patch | |||
) | ((((uint32_t)(major)) << 22) | (((uint32_t)(minor)) << 12) | ((uint32_t)(patch))) |
Definition at line 28 of file vulkan_video_codecs_common.h.
#define vulkan_video_codecs_common 1 |
Definition at line 23 of file vulkan_video_codecs_common.h.