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