Struct ash::vk::VideoDecodeH264MvcEXTBuilder
source · #[repr(transparent)]pub struct VideoDecodeH264MvcEXTBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> VideoDecodeH264MvcEXTBuilder<'a>
impl<'a> VideoDecodeH264MvcEXTBuilder<'a>
pub fn std_mvc(self, std_mvc: &'a StdVideoDecodeH264Mvc) -> Self
sourcepub fn build(self) -> VideoDecodeH264MvcEXT
pub fn build(self) -> VideoDecodeH264MvcEXT
Calling build will discard all the lifetime information. Only call this if
necessary! Builders implement Deref
targeting their corresponding Vulkan struct,
so references to builders can be passed directly to Vulkan functions.