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