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