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