pub struct PhysicalDeviceInvocationMaskFeaturesHUAWEIBuilder<'a> { /* private fields */ }Implementations§
source§impl<'a> PhysicalDeviceInvocationMaskFeaturesHUAWEIBuilder<'a>
impl<'a> PhysicalDeviceInvocationMaskFeaturesHUAWEIBuilder<'a>
pub fn invocation_mask( self, invocation_mask: bool ) -> PhysicalDeviceInvocationMaskFeaturesHUAWEIBuilder<'a>
sourcepub fn build(self) -> PhysicalDeviceInvocationMaskFeaturesHUAWEI
pub fn build(self) -> PhysicalDeviceInvocationMaskFeaturesHUAWEI
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 PhysicalDeviceInvocationMaskFeaturesHUAWEIBuilder<'a>
impl<'a> Deref for PhysicalDeviceInvocationMaskFeaturesHUAWEIBuilder<'a>
§type Target = PhysicalDeviceInvocationMaskFeaturesHUAWEI
type Target = PhysicalDeviceInvocationMaskFeaturesHUAWEI
The resulting type after dereferencing.