From aa4f8fe62b2b775948a16e82f3a148c79c350b8e Mon Sep 17 00:00:00 2001 From: baldurk Date: Fri, 26 Apr 2024 14:25:45 +0100 Subject: [PATCH] Update SPIR-V references to NV opcodes --- renderdoc/driver/shaders/spirv/spirv_debug.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: