pub struct AdapterPropertiesExplicitComputeSubgroupSizeConfigs {
pub min_explicit_compute_subgroup_size: Option<u32>,
pub max_explicit_compute_subgroup_size: Option<u32>,
pub max_compute_workgroup_subgroups: Option<u32>,
}Fields§
§min_explicit_compute_subgroup_size: Option<u32>§max_explicit_compute_subgroup_size: Option<u32>§max_compute_workgroup_subgroups: Option<u32>Implementations§
Trait Implementations§
Source§impl From<AdapterPropertiesExplicitComputeSubgroupSizeConfigs> for AdapterInfoExtension
impl From<AdapterPropertiesExplicitComputeSubgroupSizeConfigs> for AdapterInfoExtension
Source§fn from(ext: AdapterPropertiesExplicitComputeSubgroupSizeConfigs) -> Self
fn from(ext: AdapterPropertiesExplicitComputeSubgroupSizeConfigs) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for AdapterPropertiesExplicitComputeSubgroupSizeConfigs
impl RefUnwindSafe for AdapterPropertiesExplicitComputeSubgroupSizeConfigs
impl Send for AdapterPropertiesExplicitComputeSubgroupSizeConfigs
impl Sync for AdapterPropertiesExplicitComputeSubgroupSizeConfigs
impl Unpin for AdapterPropertiesExplicitComputeSubgroupSizeConfigs
impl UnsafeUnpin for AdapterPropertiesExplicitComputeSubgroupSizeConfigs
impl UnwindSafe for AdapterPropertiesExplicitComputeSubgroupSizeConfigs
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