Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-r-earp committed Aug 9, 2023
1 parent 8659a5b commit fb4dcad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vulkano/src/pipeline/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,8 @@ impl PipelineShaderStageCreateInfo {
}));
}
} else {
todo!()
// TODO: Additional stages when `.local_size()` supports them.
unreachable!()
}
} else {
None
Expand Down

0 comments on commit fb4dcad

Please sign in to comment.