Struct ash::vk::PhysicalDeviceSubgroupSizeControlFeaturesEXTBuilder [−][src]
#[repr(transparent)]pub struct PhysicalDeviceSubgroupSizeControlFeaturesEXTBuilder<'a> { /* fields omitted */ }
Implementations
pub fn subgroup_size_control(
self,
subgroup_size_control: bool
) -> PhysicalDeviceSubgroupSizeControlFeaturesEXTBuilder<'a>
pub fn compute_full_subgroups(
self,
compute_full_subgroups: bool
) -> PhysicalDeviceSubgroupSizeControlFeaturesEXTBuilder<'a>
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.
Methods from Deref<Target = PhysicalDeviceSubgroupSizeControlFeaturesEXT>
Trait Implementations
The resulting type after dereferencing.