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