pub struct PhysicalDeviceTileShadingPropertiesQCOMBuilder<'a> { /* private fields */ }Expand description
Builder for PhysicalDeviceTileShadingPropertiesQCOM with lifetime-tied pNext safety.
Implementations§
Source§impl<'a> PhysicalDeviceTileShadingPropertiesQCOMBuilder<'a>
impl<'a> PhysicalDeviceTileShadingPropertiesQCOMBuilder<'a>
pub fn max_apron_size(self, value: u32) -> Self
pub fn prefer_non_coherent(self, value: bool) -> Self
pub fn tile_granularity(self, value: Extent2D) -> Self
pub fn max_tile_shading_rate(self, value: Extent2D) -> Self
Trait Implementations§
Source§impl<'a> Deref for PhysicalDeviceTileShadingPropertiesQCOMBuilder<'a>
impl<'a> Deref for PhysicalDeviceTileShadingPropertiesQCOMBuilder<'a>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDeviceTileShadingPropertiesQCOMBuilder<'a>
impl<'a> RefUnwindSafe for PhysicalDeviceTileShadingPropertiesQCOMBuilder<'a>
impl<'a> !Send for PhysicalDeviceTileShadingPropertiesQCOMBuilder<'a>
impl<'a> !Sync for PhysicalDeviceTileShadingPropertiesQCOMBuilder<'a>
impl<'a> Unpin for PhysicalDeviceTileShadingPropertiesQCOMBuilder<'a>
impl<'a> UnsafeUnpin for PhysicalDeviceTileShadingPropertiesQCOMBuilder<'a>
impl<'a> UnwindSafe for PhysicalDeviceTileShadingPropertiesQCOMBuilder<'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