pub fn entry_points(
    spirv: &Spirv
) -> impl Iterator<Item = (Id, EntryPointInfo)> + '_
Expand description

Returns an iterator over all entry points in spirv, with information about the entry point.