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