#[repr(transparent)]pub struct PhysicalDeviceInvocationMaskFeaturesHUAWEIBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> PhysicalDeviceInvocationMaskFeaturesHUAWEIBuilder<'a>
impl<'a> PhysicalDeviceInvocationMaskFeaturesHUAWEIBuilder<'a>
pub fn invocation_mask(self, invocation_mask: bool) -> Self
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.