Type Alias PhysicalDeviceSubgroupSizeControlPropertiesEXT

Source
pub type PhysicalDeviceSubgroupSizeControlPropertiesEXT = PhysicalDeviceSubgroupSizeControlProperties;

Aliased Type§

#[repr(C)]
pub struct PhysicalDeviceSubgroupSizeControlPropertiesEXT { 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, }

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