C Specification
The VkVideoDecodeH264SessionCreateInfoEXT structure is defined as:
// Provided by VK_EXT_video_decode_h264
typedef struct VkVideoDecodeH264SessionCreateInfoEXT {
VkStructureType sType;
const void* pNext;
VkVideoDecodeH264CreateFlagsEXT flags;
const VkExtensionProperties* pStdExtensionVersion;
} VkVideoDecodeH264SessionCreateInfoEXT;
Members
A VkVideoDecodeH264SessionCreateInfoEXT structure can be chained to
VkVideoSessionCreateInfoKHR when the function
vkCreateVideoSessionKHR is called to create a video session for H.264
decode.
Description
-
sTypeis the type of this structure. -
pNextisNULLor a pointer to a structure extending this structure. -
flagsis reserved for future use. -
pStdExtensionVersionis a pointer to a VkExtensionProperties structure specifying the H.264 codec extensions defined inStdVideoH264Extensions.
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.