Struct ash::vk::VideoDecodeH264DpbSlotInfoEXTBuilder
source · #[repr(transparent)]pub struct VideoDecodeH264DpbSlotInfoEXTBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> VideoDecodeH264DpbSlotInfoEXTBuilder<'a>
impl<'a> VideoDecodeH264DpbSlotInfoEXTBuilder<'a>
pub fn std_reference_info( self, std_reference_info: &'a StdVideoDecodeH264ReferenceInfo ) -> Self
sourcepub fn build(self) -> VideoDecodeH264DpbSlotInfoEXT
pub fn build(self) -> VideoDecodeH264DpbSlotInfoEXT
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.