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 7369a36 commit f57ffd5Copy full SHA for f57ffd5
crates/rustc_codegen_spirv/src/symbols.rs
@@ -138,6 +138,10 @@ const BUILTINS: &[(&str, BuiltIn)] = {
138
("ray_tmax", BuiltIn::RayTmaxKHR),
139
("object_to_world", BuiltIn::ObjectToWorldKHR),
140
("world_to_object", BuiltIn::WorldToObjectKHR),
141
+ (
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