C Specification
Bits which can be set in
VkVideoEncodeH264SessionCreateInfoEXT::flags are:
// Provided by VK_EXT_video_encode_h264
typedef enum VkVideoEncodeH264CreateFlagBitsEXT {
VK_VIDEO_ENCODE_H264_CREATE_DEFAULT_EXT = 0,
VK_VIDEO_ENCODE_H264_CREATE_RESERVED_0_BIT_EXT = 0x00000001,
} VkVideoEncodeH264CreateFlagBitsEXT;
Description
-
VK_VIDEO_ENCODE_H264_CREATE_DEFAULT_EXTis 0, and specifies no additional creation flags. -
VK_VIDEO_ENCODE_H264_CREATE_RESERVED_0_BIT_EXTThe current version of the specification has reserved this value for future use.
Document Notes
For more information, see the Vulkan Specification
This page is extracted from the Vulkan Specification. Fixes and changes should be made to the Specification, not directly.