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