Skip to main content

PhysicalDeviceSubgroupSizeControlPropertiesEXT

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: ShaderStageFlagBits, }

Fields§

§s_type: StructureType

Must be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SUBGROUP_SIZE_CONTROL_PROPERTIES.

§p_next: *mut c_void

Optional, may be null.

§min_subgroup_size: u32§max_subgroup_size: u32§max_compute_workgroup_subgroups: u32§required_subgroup_size_stages: ShaderStageFlagBits