We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b65e511 commit 15e8736Copy full SHA for 15e8736
crates/rustc_codegen_spirv/src/symbols.rs
@@ -138,7 +138,10 @@ const BUILTINS: &[(&str, BuiltIn)] = {
138
("ray_tmax", BuiltIn::RayTmaxKHR),
139
("object_to_world", BuiltIn::ObjectToWorldKHR),
140
("world_to_object", BuiltIn::WorldToObjectKHR),
141
- ("hit_triangle_vertex_positions", BuiltIn::HitTriangleVertexPositionsKHR),
+ (
142
+ "hit_triangle_vertex_positions",
143
+ BuiltIn::HitTriangleVertexPositionsKHR,
144
+ ),
145
("hit_kind", BuiltIn::HitKindKHR),
146
("incoming_ray_flags", BuiltIn::IncomingRayFlagsKHR),
147
("warps_per_sm_nv", WarpsPerSMNV),
0 commit comments