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