Skip to main content

ShaderRequiredSubgroupSizeCreateInfoEXT

Type Alias ShaderRequiredSubgroupSizeCreateInfoEXT 

Source
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: StructureType

Must be VK_STRUCTURE_TYPE_PIPELINE_SHADER_STAGE_REQUIRED_SUBGROUP_SIZE_CREATE_INFO.

§p_next: *const c_void

Optional, may be null.

§required_subgroup_size: u32