Type Alias PhysicalDeviceSubgroupSizeControlPropertiesEXT

Source
pub type PhysicalDeviceSubgroupSizeControlPropertiesEXT<'a> = PhysicalDeviceSubgroupSizeControlProperties<'a>;

Aliased Type§

#[repr(C)]
pub struct PhysicalDeviceSubgroupSizeControlPropertiesEXT<'a> { pub s_type: StructureType, pub p_next: *mut c_void, pub min_subgroup_size: u32, pub max_subgroup_size: u32, pub max_compute_workgroup_subgroups: u32, pub required_subgroup_size_stages: ShaderStageFlags, pub _marker: PhantomData<&'a ()>, }

Fields§

§s_type: StructureType§p_next: *mut c_void§min_subgroup_size: u32§max_subgroup_size: u32§max_compute_workgroup_subgroups: u32§required_subgroup_size_stages: ShaderStageFlags§_marker: PhantomData<&'a ()>