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