Struct ash::vk::VideoEncodeH265NaluSliceSegmentEXTBuilder  
source · #[repr(transparent)]pub struct VideoEncodeH265NaluSliceSegmentEXTBuilder<'a> { /* private fields */ }Implementations§
source§impl<'a> VideoEncodeH265NaluSliceSegmentEXTBuilder<'a>
 
impl<'a> VideoEncodeH265NaluSliceSegmentEXTBuilder<'a>
pub fn ctb_count(self, ctb_count: u32) -> Self
pub fn reference_final_lists( self, reference_final_lists: &'a VideoEncodeH265ReferenceListsEXT ) -> Self
pub fn slice_segment_header_std( self, slice_segment_header_std: &'a StdVideoEncodeH265SliceSegmentHeader ) -> Self
sourcepub fn build(self) -> VideoEncodeH265NaluSliceSegmentEXT
 
pub fn build(self) -> VideoEncodeH265NaluSliceSegmentEXT
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.