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