#[repr(transparent)]pub struct VideoEncodeH265SessionParametersCreateInfoEXTBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> VideoEncodeH265SessionParametersCreateInfoEXTBuilder<'a>
impl<'a> VideoEncodeH265SessionParametersCreateInfoEXTBuilder<'a>
pub fn max_vps_std_count(self, max_vps_std_count: u32) -> Self
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 VideoEncodeH265SessionParametersAddInfoEXT ) -> Self
sourcepub fn build(self) -> VideoEncodeH265SessionParametersCreateInfoEXT
pub fn build(self) -> VideoEncodeH265SessionParametersCreateInfoEXT
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.