#[repr(transparent)]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) -> Self
pub fn compute_full_subgroups(self, compute_full_subgroups: bool) -> Self
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.