pub struct PhysicalDeviceSubpassShadingPropertiesHUAWEIBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> PhysicalDeviceSubpassShadingPropertiesHUAWEIBuilder<'a>
impl<'a> PhysicalDeviceSubpassShadingPropertiesHUAWEIBuilder<'a>
pub fn max_subpass_shading_workgroup_size_aspect_ratio( self, max_subpass_shading_workgroup_size_aspect_ratio: u32 ) -> Self
sourcepub fn build(self) -> PhysicalDeviceSubpassShadingPropertiesHUAWEI
pub fn build(self) -> PhysicalDeviceSubpassShadingPropertiesHUAWEI
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 PhysicalDeviceSubpassShadingPropertiesHUAWEIBuilder<'a>
impl<'a> Deref for PhysicalDeviceSubpassShadingPropertiesHUAWEIBuilder<'a>
source§impl<'a> DerefMut for PhysicalDeviceSubpassShadingPropertiesHUAWEIBuilder<'a>
impl<'a> DerefMut for PhysicalDeviceSubpassShadingPropertiesHUAWEIBuilder<'a>
impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceSubpassShadingPropertiesHUAWEIBuilder<'_>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDeviceSubpassShadingPropertiesHUAWEIBuilder<'a>
impl<'a> RefUnwindSafe for PhysicalDeviceSubpassShadingPropertiesHUAWEIBuilder<'a>
impl<'a> !Send for PhysicalDeviceSubpassShadingPropertiesHUAWEIBuilder<'a>
impl<'a> !Sync for PhysicalDeviceSubpassShadingPropertiesHUAWEIBuilder<'a>
impl<'a> Unpin for PhysicalDeviceSubpassShadingPropertiesHUAWEIBuilder<'a>
impl<'a> UnwindSafe for PhysicalDeviceSubpassShadingPropertiesHUAWEIBuilder<'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