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