We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cb5a29 commit dc2d522Copy full SHA for dc2d522
1 file changed
renderdoc/driver/shaders/dxil/dxil_debug.cpp
@@ -1619,7 +1619,6 @@ void ThreadState::FillCallstack(ShaderDebugState &state)
1619
auto it = m_FunctionInfo->callstacks.upper_bound(state.nextInstruction);
1620
if(it == m_FunctionInfo->callstacks.end())
1621
{
1622
- RDCWARN("No callstack entry found for instruction %u", state.nextInstruction);
1623
state.callstack.clear();
1624
state.callstack.push_back(m_FunctionInfo->function->name);
1625
return;
@@ -1634,7 +1633,6 @@ void ThreadState::FillCallstack(ShaderDebugState &state)
1634
1633
}
1635
else
1636
1637
1638
1639
1640
0 commit comments