Struct ash::vk::PhysicalDeviceSubgroupSizeControlPropertiesEXTBuilder [−][src]
#[repr(transparent)]pub struct PhysicalDeviceSubgroupSizeControlPropertiesEXTBuilder<'a> { /* fields omitted */ }
Implementations
pub fn min_subgroup_size(
self,
min_subgroup_size: u32
) -> PhysicalDeviceSubgroupSizeControlPropertiesEXTBuilder<'a>
pub fn max_subgroup_size(
self,
max_subgroup_size: u32
) -> PhysicalDeviceSubgroupSizeControlPropertiesEXTBuilder<'a>
pub fn max_compute_workgroup_subgroups(
self,
max_compute_workgroup_subgroups: u32
) -> PhysicalDeviceSubgroupSizeControlPropertiesEXTBuilder<'a>
pub fn required_subgroup_size_stages(
self,
required_subgroup_size_stages: ShaderStageFlags
) -> PhysicalDeviceSubgroupSizeControlPropertiesEXTBuilder<'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 = PhysicalDeviceSubgroupSizeControlPropertiesEXT>
Trait Implementations
The resulting type after dereferencing.