logo
pub fn entry_points<'a>(
    spirv: &'a Spirv
) -> impl Iterator<Item = (String, ExecutionModel, EntryPointInfo)> + 'a
Expand description

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