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