pub struct PhysicalDeviceClusterCullingShaderFeaturesHUAWEIBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> PhysicalDeviceClusterCullingShaderFeaturesHUAWEIBuilder<'a>
impl<'a> PhysicalDeviceClusterCullingShaderFeaturesHUAWEIBuilder<'a>
pub fn clusterculling_shader(self, clusterculling_shader: bool) -> Self
pub fn multiview_cluster_culling_shader( self, multiview_cluster_culling_shader: bool ) -> Self
sourcepub fn build(self) -> PhysicalDeviceClusterCullingShaderFeaturesHUAWEI
pub fn build(self) -> PhysicalDeviceClusterCullingShaderFeaturesHUAWEI
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 PhysicalDeviceClusterCullingShaderFeaturesHUAWEIBuilder<'a>
impl<'a> Deref for PhysicalDeviceClusterCullingShaderFeaturesHUAWEIBuilder<'a>
source§impl<'a> DerefMut for PhysicalDeviceClusterCullingShaderFeaturesHUAWEIBuilder<'a>
impl<'a> DerefMut for PhysicalDeviceClusterCullingShaderFeaturesHUAWEIBuilder<'a>
impl ExtendsDeviceCreateInfo for PhysicalDeviceClusterCullingShaderFeaturesHUAWEIBuilder<'_>
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceClusterCullingShaderFeaturesHUAWEIBuilder<'_>
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> 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