pub struct PhysicalDeviceSampleLocationsPropertiesEXTBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> PhysicalDeviceSampleLocationsPropertiesEXTBuilder<'a>
impl<'a> PhysicalDeviceSampleLocationsPropertiesEXTBuilder<'a>
pub fn sample_location_sample_counts( self, sample_location_sample_counts: SampleCountFlags ) -> Self
pub fn max_sample_location_grid_size( self, max_sample_location_grid_size: Extent2D ) -> Self
pub fn sample_location_coordinate_range( self, sample_location_coordinate_range: [f32; 2] ) -> Self
pub fn sample_location_sub_pixel_bits( self, sample_location_sub_pixel_bits: u32 ) -> Self
pub fn variable_sample_locations(self, variable_sample_locations: bool) -> Self
sourcepub fn build(self) -> PhysicalDeviceSampleLocationsPropertiesEXT
pub fn build(self) -> PhysicalDeviceSampleLocationsPropertiesEXT
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.
Trait Implementations§
source§impl<'a> Deref for PhysicalDeviceSampleLocationsPropertiesEXTBuilder<'a>
impl<'a> Deref for PhysicalDeviceSampleLocationsPropertiesEXTBuilder<'a>
source§impl<'a> DerefMut for PhysicalDeviceSampleLocationsPropertiesEXTBuilder<'a>
impl<'a> DerefMut for PhysicalDeviceSampleLocationsPropertiesEXTBuilder<'a>
impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceSampleLocationsPropertiesEXTBuilder<'_>
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> 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