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