From c756cbeced972722b4dbc080c6c18651e6599545 Mon Sep 17 00:00:00 2001 From: Jake Turner Date: Fri, 10 Oct 2025 11:00:15 +0100 Subject: [PATCH] Move DXBC debugger comment to the correct place --- renderdoc/driver/shaders/dxbc/dxbc_debug.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/renderdoc/driver/shaders/dxbc/dxbc_debug.cpp b/renderdoc/driver/shaders/dxbc/dxbc_debug.cpp index b59c04046..ec441a564 100644 --- a/renderdoc/driver/shaders/dxbc/dxbc_debug.cpp +++ b/renderdoc/driver/shaders/dxbc/dxbc_debug.cpp @@ -3066,9 +3066,6 @@ void ThreadState::StepNext(ShaderDebugState *state, DebugAPIWrapper *apiWrapper, DDY(op.operation == OPCODE_DERIV_RTY_FINE, prevWorkgroup, op.operands[1], op)); break; - ///////////////////////////////////////////////////////////////////////////////////////////////////// - // Buffer/Texture load and store - // handle atomic operations all together case OPCODE_ATOMIC_IADD: case OPCODE_ATOMIC_IMAX: @@ -3258,6 +3255,9 @@ void ThreadState::StepNext(ShaderDebugState *state, DebugAPIWrapper *apiWrapper, break; } + ///////////////////////////////////////////////////////////////////////////////////////////////////// + // Buffer/Texture load and store + // store and load paths are mostly identical case OPCODE_STORE_UAV_TYPED: case OPCODE_STORE_RAW: