pub struct VideoDecodeH265SessionParametersAddInfoEXTBuilder<'a> { /* private fields */ }Implementations§
source§impl<'a> VideoDecodeH265SessionParametersAddInfoEXTBuilder<'a>
impl<'a> VideoDecodeH265SessionParametersAddInfoEXTBuilder<'a>
pub fn std_vp_ss(
self,
std_vp_ss: &'a [StdVideoH265VideoParameterSet]
) -> VideoDecodeH265SessionParametersAddInfoEXTBuilder<'a>
pub fn std_sp_ss(
self,
std_sp_ss: &'a [StdVideoH265SequenceParameterSet]
) -> VideoDecodeH265SessionParametersAddInfoEXTBuilder<'a>
pub fn std_pp_ss(
self,
std_pp_ss: &'a [StdVideoH265PictureParameterSet]
) -> VideoDecodeH265SessionParametersAddInfoEXTBuilder<'a>
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.
Trait Implementations§
source§impl<'a> Deref for VideoDecodeH265SessionParametersAddInfoEXTBuilder<'a>
impl<'a> Deref for VideoDecodeH265SessionParametersAddInfoEXTBuilder<'a>
§type Target = VideoDecodeH265SessionParametersAddInfoEXT
type Target = VideoDecodeH265SessionParametersAddInfoEXT
The resulting type after dereferencing.