pub struct VideoDecodeH265SessionParametersCreateInfoEXTBuilder<'a> { /* private fields */ }Implementations§
source§impl<'a> VideoDecodeH265SessionParametersCreateInfoEXTBuilder<'a>
impl<'a> VideoDecodeH265SessionParametersCreateInfoEXTBuilder<'a>
pub fn max_std_vps_count(
self,
max_std_vps_count: u32
) -> VideoDecodeH265SessionParametersCreateInfoEXTBuilder<'a>
pub fn max_std_sps_count(
self,
max_std_sps_count: u32
) -> VideoDecodeH265SessionParametersCreateInfoEXTBuilder<'a>
pub fn max_std_pps_count(
self,
max_std_pps_count: u32
) -> VideoDecodeH265SessionParametersCreateInfoEXTBuilder<'a>
pub fn parameters_add_info(
self,
parameters_add_info: &'a VideoDecodeH265SessionParametersAddInfoEXT
) -> VideoDecodeH265SessionParametersCreateInfoEXTBuilder<'a>
sourcepub fn build(self) -> VideoDecodeH265SessionParametersCreateInfoEXT
pub fn build(self) -> VideoDecodeH265SessionParametersCreateInfoEXT
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 VideoDecodeH265SessionParametersCreateInfoEXTBuilder<'a>
impl<'a> Deref for VideoDecodeH265SessionParametersCreateInfoEXTBuilder<'a>
§type Target = VideoDecodeH265SessionParametersCreateInfoEXT
type Target = VideoDecodeH265SessionParametersCreateInfoEXT
The resulting type after dereferencing.