Struct ash::vk::ConformanceVersionBuilder
source · #[repr(transparent)]pub struct ConformanceVersionBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> ConformanceVersionBuilder<'a>
impl<'a> ConformanceVersionBuilder<'a>
pub fn major(self, major: u8) -> Self
pub fn minor(self, minor: u8) -> Self
pub fn subminor(self, subminor: u8) -> Self
pub fn patch(self, patch: u8) -> Self
sourcepub fn build(self) -> ConformanceVersion
pub fn build(self) -> ConformanceVersion
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.