Skip to content

Commit

Permalink
Update TODO comments for DXIL Debugger
Browse files Browse the repository at this point in the history
  • Loading branch information
Zorro666 committed Dec 19, 2024
1 parent 68d3873 commit 2759ebf
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions renderdoc/driver/shaders/dxil/dxil_debug.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,9 @@
RDOC_CONFIG(bool, D3D12_DXILShaderDebugger_Logging, false,
"Debug logging for the DXIL shader debugger");

// TODO: ParseDebugData()
// Set the maximum instruction of the current scope
// Create new scope starting from the current instruction
// End up with multiple scopes with the same source MD but different instruction ranges
// TODO: Remove asserts using ^
// TODO: Support global shared memory pointers created as Constants using getElementPtr inside the constant
// TODO: re-implement callstacks using scopes and inlined at metadata
// TODO: Assert m_Block in ThreadState is correct per instruction
// TODO: Automatically execute phi instructions after a branch
// TODO: Support MSAA
Expand Down

0 comments on commit 2759ebf

Please sign in to comment.