Function vulkano::shader::reflect::entry_points[][src]

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

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