pub type ShaderRequiredSubgroupSizeCreateInfoEXT = PipelineShaderStageRequiredSubgroupSizeCreateInfo;Aliased Type§
#[repr(C)]pub struct ShaderRequiredSubgroupSizeCreateInfoEXT {
pub s_type: StructureType,
pub p_next: *const c_void,
pub required_subgroup_size: u32,
}Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_PIPELINE_SHADER_STAGE_REQUIRED_SUBGROUP_SIZE_CREATE_INFO.
p_next: *const c_voidOptional, may be null.
required_subgroup_size: u32