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