Struct ash::vk::VideoEncodeH265ReferenceListsEXTBuilder
source · #[repr(transparent)]pub struct VideoEncodeH265ReferenceListsEXTBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> VideoEncodeH265ReferenceListsEXTBuilder<'a>
impl<'a> VideoEncodeH265ReferenceListsEXTBuilder<'a>
pub fn reference_list0_entries( self, reference_list0_entries: &'a [VideoEncodeH265DpbSlotInfoEXT] ) -> Self
pub fn reference_list1_entries( self, reference_list1_entries: &'a [VideoEncodeH265DpbSlotInfoEXT] ) -> Self
pub fn reference_modifications( self, reference_modifications: &'a StdVideoEncodeH265ReferenceModifications ) -> Self
sourcepub fn build(self) -> VideoEncodeH265ReferenceListsEXT
pub fn build(self) -> VideoEncodeH265ReferenceListsEXT
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.