You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .docs/guides/ModularShaderDebugger/FunctionTimeline.md
+12-2Lines changed: 12 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -31,14 +31,24 @@ You can select which timeline to show by selecting the root you want to see in t
31
31
32
32
A single element contains the name of the function on the left, and it's queue on the right (the queue is always relative to its parent `AppendAfter`)
33
33
34
-
The selected element will have a cyan border, while elements with a yellow borders indicate a function that contains the variable selected in the `Selected Function information` area.
34
+
The selected element will have a cyan border, elements with a yellow borders indicate a function that contains the variable selected in the `Selected Function information` area, and elements with a red border indicate a function that contains the variable selected in the `Variables List` area.
This area shows a list containing all the variables available in the modular shader.
49
+
50
+
Selecting a variable will show which functions in the timeline use that variable, giving you the possibility to check where it's used and for what.
51
+
42
52
## Selected function information
43
53
44
54

@@ -47,7 +57,7 @@ This area shows informations relative to the function, such as the name, queue,
47
57
48
58
It also shows its variables and in which keywords variables and implementation are put on.
49
59
50
-
Selecting a variable will show which other functions in the timeline that use the same variable, giving you the possibility to check where it's used and for what.
60
+
Selecting a variable will show which other functions in the timeline use the same variable, giving you the possibility to check where it's used and for what.
0 commit comments