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