Struct ash::vk::PhysicalDeviceFragmentDensityMapFeaturesEXTBuilder [−][src]
#[repr(transparent)]pub struct PhysicalDeviceFragmentDensityMapFeaturesEXTBuilder<'a> { /* fields omitted */ }
Implementations
pub fn fragment_density_map(
self,
fragment_density_map: bool
) -> PhysicalDeviceFragmentDensityMapFeaturesEXTBuilder<'a>
pub fn fragment_density_map_dynamic(
self,
fragment_density_map_dynamic: bool
) -> PhysicalDeviceFragmentDensityMapFeaturesEXTBuilder<'a>
pub fn fragment_density_map_non_subsampled_images(
self,
fragment_density_map_non_subsampled_images: bool
) -> PhysicalDeviceFragmentDensityMapFeaturesEXTBuilder<'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 = PhysicalDeviceFragmentDensityMapFeaturesEXT>
Trait Implementations
The resulting type after dereferencing.