#[repr(transparent)]pub struct VideoDecodeH264SessionParametersCreateInfoEXTBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> VideoDecodeH264SessionParametersCreateInfoEXTBuilder<'a>
impl<'a> VideoDecodeH264SessionParametersCreateInfoEXTBuilder<'a>
pub fn max_sps_std_count(self, max_sps_std_count: u32) -> Self
pub fn max_pps_std_count(self, max_pps_std_count: u32) -> Self
pub fn parameters_add_info( self, parameters_add_info: &'a VideoDecodeH264SessionParametersAddInfoEXT ) -> Self
sourcepub fn build(self) -> VideoDecodeH264SessionParametersCreateInfoEXT
pub fn build(self) -> VideoDecodeH264SessionParametersCreateInfoEXT
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.