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 57ea3bd commit edc8770Copy full SHA for edc8770
crates/rustc_codegen_spirv/src/spirv_type_constraints.rs
@@ -821,7 +821,7 @@ pub fn instruction_signatures(op: Op) -> Option<&'static [InstSig<'static>]> {
821
822
// Instructions not present in current SPIR-V specification
823
// SPV_INTEL_function_pointers
824
- Op::FunctionPointerINTEL | Op::FunctionPointerCallINTEL => {
+ Op::ConstantFunctionPointerINTEL | Op::FunctionPointerCallINTEL => {
825
reserved!(SPV_INTEL_function_pointers);
826
}
827
// SPV_INTEL_device_side_avc_motion_estimation
0 commit comments