pub type VkPhysicalDeviceSubgroupSizeControlPropertiesEXT = VkPhysicalDeviceSubgroupSizeControlProperties;Aliased Type§
#[repr(C)]pub struct VkPhysicalDeviceSubgroupSizeControlPropertiesEXT {
pub sType: u32,
pub pNext: *mut c_void,
pub minSubgroupSize: u32,
pub maxSubgroupSize: u32,
pub maxComputeWorkgroupSubgroups: u32,
pub requiredSubgroupSizeStages: u32,
}Fields§
§sType: u32§pNext: *mut c_void§minSubgroupSize: u32§maxSubgroupSize: u32§maxComputeWorkgroupSubgroups: u32§requiredSubgroupSizeStages: u32