C Specification
When uses vkGetPhysicalDeviceVideoCapabilitiesKHR to query the
capabilities for the parameter videoCodecOperation
specified as
VK_VIDEO_CODEC_OPERATION_DECODE_H265_BIT_EXT
,
VkVideoDecodeH265CapabilitiesEXT structure can be chained to
VkVideoCapabilitiesKHR to get this H.265 extension specific
capabilities.
The VkVideoDecodeH265CapabilitiesEXT structure is defined as:
// Provided by VK_EXT_video_decode_h265
typedef struct VkVideoDecodeH265CapabilitiesEXT {
VkStructureType sType;
void* pNext;
uint32_t maxLevel;
VkExtensionProperties stdExtensionVersion;
} VkVideoDecodeH265CapabilitiesEXT;
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.