diff --git a/renderdoc/driver/shaders/spirv/spirv_debug.cpp b/renderdoc/driver/shaders/spirv/spirv_debug.cpp index 232974be5..ad7b219dd 100644 --- a/renderdoc/driver/shaders/spirv/spirv_debug.cpp +++ b/renderdoc/driver/shaders/spirv/spirv_debug.cpp @@ -3668,11 +3668,11 @@ void ThreadState::StepNext(ShaderDebugState *state, const rdcarray case Op::ImageSampleFootprintNV: case Op::GroupNonUniformPartitionNV: case Op::WritePackedPrimitiveIndices4x8NV: - case Op::ReportIntersectionNV: + case Op::ReportIntersectionKHR: case Op::IgnoreIntersectionNV: case Op::TerminateRayNV: case Op::TraceNV: - case Op::TypeAccelerationStructureNV: + case Op::TypeAccelerationStructureKHR: case Op::ExecuteCallableNV: case Op::TypeCooperativeMatrixNV: case Op::CooperativeMatrixLoadNV: