We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f74ac7a commit ce2fa89Copy full SHA for ce2fa89
naga/src/proc/mod.rs
@@ -972,7 +972,7 @@ impl crate::Module {
972
continue;
973
}
974
975
- // if we have a ray tracing pipeline shader we are definitly using
+ // if we have a ray tracing pipeline shader we are definitely using
976
// pipelines, otherwise, if we have a ray tracing type, we might
977
// be using it in the shader (which would require ray queries),
978
// so we should use queries.
0 commit comments