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