Skip to content

vulkan: decoder: create union for profile usage

As a profile can include a VkVideoDecodeUsageInfoKHR or VkVideoEncodeUsageInfoKHR, use union to separate the both.

Merge request reports