Highlight variables/registers that have changed

This commit is contained in:
baldurk
2018-06-22 19:28:33 +01:00
parent 5b3a12cd0c
commit 1761f5ab36
7 changed files with 126 additions and 6 deletions
+3
View File
@@ -418,6 +418,9 @@ to which registers, and their type
)");
rdcarray<LocalVariableMapping> locals;
DOCUMENT("A list of registers that were modified.");
rdcarray<RegisterRange> modified;
DOCUMENT(R"(The next instruction to be executed after this state. The initial state before any
shader execution happened will have ``nextInstruction == 0``.
)");