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
Similar to RenderDoc, you can inspect the events and find the acceleration structure build commands, which will then take us to the acceleration structure visualization tool:
901
901
902
902
. Use the search function in the Event browser to filter and find the `draw` calls.
903
-
. Select any of the draw calls.
904
-
. Use the API Inspector to find the resources bound to our fragment shader (`FS`).
905
-
. Select the acceleration structure (this will be our TLAS), which opens the Object Browser tab.
906
-
. In the Object Browser, click on "Open in Ray Tracing Inspector".
903
+
. Select any of the draw calls, which opens the API Inspector.
904
+
. Select `FS` to find the resources bound to our fragment shader.
905
+
. Click on the acceleration structure binding (this will be our TLAS), which opens the "Ray Tracing Inspector".
907
906
908
907
image::../images/38_TASK04_nsight_main.png[]
909
908
910
-
image::../images/38_TASK05_nsight_object.png[]
911
-
912
909
In the new window, you can see the TLAS and its instances:
913
910
914
911
. You can expand each instance to see the BLAS it references, and inspect the geometry data.
0 commit comments