Struct ash::vk::VideoDecodeH265PictureInfoEXTBuilder
source · #[repr(transparent)]pub struct VideoDecodeH265PictureInfoEXTBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> VideoDecodeH265PictureInfoEXTBuilder<'a>
impl<'a> VideoDecodeH265PictureInfoEXTBuilder<'a>
pub fn std_picture_info( self, std_picture_info: &'a mut StdVideoDecodeH265PictureInfo ) -> Self
pub fn slices_data_offsets(self, slices_data_offsets: &'a [u32]) -> Self
sourcepub fn build(self) -> VideoDecodeH265PictureInfoEXT
pub fn build(self) -> VideoDecodeH265PictureInfoEXT
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.