Struct ash::vk::VideoEncodeH264ProfileEXTBuilder  
source · #[repr(transparent)]pub struct VideoEncodeH264ProfileEXTBuilder<'a> { /* private fields */ }Implementations§
source§impl<'a> VideoEncodeH264ProfileEXTBuilder<'a>
 
impl<'a> VideoEncodeH264ProfileEXTBuilder<'a>
pub fn std_profile_idc(self, std_profile_idc: StdVideoH264ProfileIdc) -> Self
sourcepub fn build(self) -> VideoEncodeH264ProfileEXT
 
pub fn build(self) -> VideoEncodeH264ProfileEXT
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.