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