Struct ash::vk::PhysicalDeviceSampleLocationsPropertiesEXTBuilder [−][src]
#[repr(transparent)]pub struct PhysicalDeviceSampleLocationsPropertiesEXTBuilder<'a> { /* fields omitted */ }
Implementations
pub fn sample_location_sample_counts(
self,
sample_location_sample_counts: SampleCountFlags
) -> PhysicalDeviceSampleLocationsPropertiesEXTBuilder<'a>
pub fn max_sample_location_grid_size(
self,
max_sample_location_grid_size: Extent2D
) -> PhysicalDeviceSampleLocationsPropertiesEXTBuilder<'a>
pub fn sample_location_coordinate_range(
self,
sample_location_coordinate_range: [f32; 2]
) -> PhysicalDeviceSampleLocationsPropertiesEXTBuilder<'a>
pub fn sample_location_sub_pixel_bits(
self,
sample_location_sub_pixel_bits: u32
) -> PhysicalDeviceSampleLocationsPropertiesEXTBuilder<'a>
pub fn variable_sample_locations(
self,
variable_sample_locations: bool
) -> PhysicalDeviceSampleLocationsPropertiesEXTBuilder<'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 = PhysicalDeviceSampleLocationsPropertiesEXT>
Trait Implementations
The resulting type after dereferencing.