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