Struct ash::vk::PhysicalDeviceShadingRateImageFeaturesNVBuilder [−][src]
#[repr(transparent)]pub struct PhysicalDeviceShadingRateImageFeaturesNVBuilder<'a> { /* fields omitted */ }
Implementations
pub fn shading_rate_image(
self,
shading_rate_image: bool
) -> PhysicalDeviceShadingRateImageFeaturesNVBuilder<'a>
pub fn shading_rate_coarse_sample_order(
self,
shading_rate_coarse_sample_order: bool
) -> PhysicalDeviceShadingRateImageFeaturesNVBuilder<'a>
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.
Methods from Deref<Target = PhysicalDeviceShadingRateImageFeaturesNV>
Trait Implementations
The resulting type after dereferencing.