We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7eace1b commit bfa63c1Copy full SHA for bfa63c1
crates/rustc_codegen_spirv/src/spirv_type_constraints.rs
@@ -954,10 +954,7 @@ pub fn instruction_signatures(op: Op) -> Option<&'static [InstSig<'static>]> {
954
reserved!(SPV_INTEL_device_side_avc_motion_estimation);
955
}
956
// SPV_EXT_mesh_shader
957
- Op::EmitMeshTasksEXT | Op::SetMeshOutputsEXT => {
958
- // NOTE(eddyb) we actually use these despite not being in the standard yet.
959
- // reserved!(SPV_EXT_mesh_shader)
960
- }
+ Op::EmitMeshTasksEXT | Op::SetMeshOutputsEXT => {}
961
// SPV_NV_ray_tracing_motion_blur
962
Op::TraceMotionNV | Op::TraceRayMotionNV => reserved!(SPV_NV_ray_tracing_motion_blur),
963
// SPV_NV_bindless_texture
0 commit comments