pub struct PhysicalDeviceClusterCullingShaderFeaturesHUAWEIBuilder<'a> { /* private fields */ }Expand description
Builder for PhysicalDeviceClusterCullingShaderFeaturesHUAWEI with lifetime-tied pNext safety.
Implementations§
Source§impl<'a> PhysicalDeviceClusterCullingShaderFeaturesHUAWEIBuilder<'a>
impl<'a> PhysicalDeviceClusterCullingShaderFeaturesHUAWEIBuilder<'a>
pub fn clusterculling_shader(self, value: bool) -> Self
pub fn multiview_cluster_culling_shader(self, value: bool) -> Self
Sourcepub fn push_next<T: ExtendsPhysicalDeviceClusterCullingShaderFeaturesHUAWEI>(
self,
next: &'a mut T,
) -> Self
pub fn push_next<T: ExtendsPhysicalDeviceClusterCullingShaderFeaturesHUAWEI>( self, next: &'a mut T, ) -> Self
Prepend a struct to the pNext chain. See PhysicalDeviceClusterCullingShaderFeaturesHUAWEI’s Extended By section for valid types.
Trait Implementations§
Source§impl<'a> Deref for PhysicalDeviceClusterCullingShaderFeaturesHUAWEIBuilder<'a>
impl<'a> Deref for PhysicalDeviceClusterCullingShaderFeaturesHUAWEIBuilder<'a>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDeviceClusterCullingShaderFeaturesHUAWEIBuilder<'a>
impl<'a> RefUnwindSafe for PhysicalDeviceClusterCullingShaderFeaturesHUAWEIBuilder<'a>
impl<'a> !Send for PhysicalDeviceClusterCullingShaderFeaturesHUAWEIBuilder<'a>
impl<'a> !Sync for PhysicalDeviceClusterCullingShaderFeaturesHUAWEIBuilder<'a>
impl<'a> Unpin for PhysicalDeviceClusterCullingShaderFeaturesHUAWEIBuilder<'a>
impl<'a> UnsafeUnpin for PhysicalDeviceClusterCullingShaderFeaturesHUAWEIBuilder<'a>
impl<'a> UnwindSafe for PhysicalDeviceClusterCullingShaderFeaturesHUAWEIBuilder<'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