#[repr(transparent)]pub struct PhysicalDeviceImageRobustnessFeaturesBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> PhysicalDeviceImageRobustnessFeaturesBuilder<'a>
impl<'a> PhysicalDeviceImageRobustnessFeaturesBuilder<'a>
pub fn robust_image_access(self, robust_image_access: bool) -> Self
sourcepub fn build(self) -> PhysicalDeviceImageRobustnessFeatures
pub fn build(self) -> PhysicalDeviceImageRobustnessFeatures
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.