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.
Trait Implementations§
source§impl<'a> Deref for PhysicalDeviceSubgroupSizeControlFeaturesBuilder<'a>
impl<'a> Deref for PhysicalDeviceSubgroupSizeControlFeaturesBuilder<'a>
source§impl<'a> DerefMut for PhysicalDeviceSubgroupSizeControlFeaturesBuilder<'a>
impl<'a> DerefMut for PhysicalDeviceSubgroupSizeControlFeaturesBuilder<'a>
impl ExtendsDeviceCreateInfo for PhysicalDeviceSubgroupSizeControlFeaturesBuilder<'_>
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceSubgroupSizeControlFeaturesBuilder<'_>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDeviceSubgroupSizeControlFeaturesBuilder<'a>
impl<'a> RefUnwindSafe for PhysicalDeviceSubgroupSizeControlFeaturesBuilder<'a>
impl<'a> !Send for PhysicalDeviceSubgroupSizeControlFeaturesBuilder<'a>
impl<'a> !Sync for PhysicalDeviceSubgroupSizeControlFeaturesBuilder<'a>
impl<'a> Unpin for PhysicalDeviceSubgroupSizeControlFeaturesBuilder<'a>
impl<'a> UnwindSafe for PhysicalDeviceSubgroupSizeControlFeaturesBuilder<'a>
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more