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