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