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