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