#[repr(transparent)]pub struct VideoDecodeH264SessionParametersAddInfoEXTBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> VideoDecodeH264SessionParametersAddInfoEXTBuilder<'a>
impl<'a> VideoDecodeH264SessionParametersAddInfoEXTBuilder<'a>
pub fn sps_std(self, sps_std: &'a [StdVideoH264SequenceParameterSet]) -> Self
pub fn pps_std(self, pps_std: &'a [StdVideoH264PictureParameterSet]) -> Self
sourcepub fn build(self) -> VideoDecodeH264SessionParametersAddInfoEXT
pub fn build(self) -> VideoDecodeH264SessionParametersAddInfoEXT
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.