Struct ash::vk::VideoEncodeH264NaluSliceEXTBuilder
source · #[repr(transparent)]pub struct VideoEncodeH264NaluSliceEXTBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> VideoEncodeH264NaluSliceEXTBuilder<'a>
impl<'a> VideoEncodeH264NaluSliceEXTBuilder<'a>
pub fn mb_count(self, mb_count: u32) -> Self
pub fn reference_final_lists( self, reference_final_lists: &'a VideoEncodeH264ReferenceListsEXT ) -> Self
pub fn slice_header_std( self, slice_header_std: &'a StdVideoEncodeH264SliceHeader ) -> Self
sourcepub fn build(self) -> VideoEncodeH264NaluSliceEXT
pub fn build(self) -> VideoEncodeH264NaluSliceEXT
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.