Skip to content

Commit c756cbe

Browse files
committed
Move DXBC debugger comment to the correct place
1 parent 1c10c06 commit c756cbe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

renderdoc/driver/shaders/dxbc/dxbc_debug.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3066,9 +3066,6 @@ void ThreadState::StepNext(ShaderDebugState *state, DebugAPIWrapper *apiWrapper,
30663066
DDY(op.operation == OPCODE_DERIV_RTY_FINE, prevWorkgroup, op.operands[1], op));
30673067
break;
30683068

3069-
/////////////////////////////////////////////////////////////////////////////////////////////////////
3070-
// Buffer/Texture load and store
3071-
30723069
// handle atomic operations all together
30733070
case OPCODE_ATOMIC_IADD:
30743071
case OPCODE_ATOMIC_IMAX:
@@ -3258,6 +3255,9 @@ void ThreadState::StepNext(ShaderDebugState *state, DebugAPIWrapper *apiWrapper,
32583255
break;
32593256
}
32603257

3258+
/////////////////////////////////////////////////////////////////////////////////////////////////////
3259+
// Buffer/Texture load and store
3260+
32613261
// store and load paths are mostly identical
32623262
case OPCODE_STORE_UAV_TYPED:
32633263
case OPCODE_STORE_RAW:

0 commit comments

Comments
 (0)