Skip to content

Commit

Permalink
Update spirv_type.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
XAMPPRocky authored Apr 20, 2021
1 parent 2380cf0 commit a3dcb87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/rustc_codegen_spirv/src/spirv_type.rs
Original file line number Diff line number Diff line change
Expand Up @@ -689,7 +689,7 @@ impl SpirvTypePrinter<'_, '_> {
f.write_str(" }")
}
SpirvType::AccelerationStructureKhr => f.write_str("AccelerationStructureKhr"),
SpirvType::RayQueryKhr => f.write_str("RayQueryKhr"),
SpirvType::RayQueryKhr => f.write_str("RayQuery"),
}
}
}
Expand Down

0 comments on commit a3dcb87

Please sign in to comment.