pub struct PhysicalDeviceSampleLocationsPropertiesEXTBuilder<'a> { /* private fields */ }Expand description
Builder for PhysicalDeviceSampleLocationsPropertiesEXT with lifetime-tied pNext safety.
Implementations§
Source§impl<'a> PhysicalDeviceSampleLocationsPropertiesEXTBuilder<'a>
impl<'a> PhysicalDeviceSampleLocationsPropertiesEXTBuilder<'a>
pub fn sample_location_sample_counts(self, value: SampleCountFlags) -> Self
pub fn max_sample_location_grid_size(self, value: Extent2D) -> Self
pub fn sample_location_coordinate_range(self, value: [f32; 2]) -> Self
pub fn sample_location_sub_pixel_bits(self, value: u32) -> Self
pub fn variable_sample_locations(self, value: bool) -> Self
Trait Implementations§
Source§impl<'a> Deref for PhysicalDeviceSampleLocationsPropertiesEXTBuilder<'a>
impl<'a> Deref for PhysicalDeviceSampleLocationsPropertiesEXTBuilder<'a>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDeviceSampleLocationsPropertiesEXTBuilder<'a>
impl<'a> RefUnwindSafe for PhysicalDeviceSampleLocationsPropertiesEXTBuilder<'a>
impl<'a> !Send for PhysicalDeviceSampleLocationsPropertiesEXTBuilder<'a>
impl<'a> !Sync for PhysicalDeviceSampleLocationsPropertiesEXTBuilder<'a>
impl<'a> Unpin for PhysicalDeviceSampleLocationsPropertiesEXTBuilder<'a>
impl<'a> UnsafeUnpin for PhysicalDeviceSampleLocationsPropertiesEXTBuilder<'a>
impl<'a> UnwindSafe for PhysicalDeviceSampleLocationsPropertiesEXTBuilder<'a>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more