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