Type Alias PhysicalDeviceSubgroupSizeControlPropertiesEXT
Source pub type PhysicalDeviceSubgroupSizeControlPropertiesEXT<'a> = PhysicalDeviceSubgroupSizeControlProperties<'a>;
#[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 ()>,
}