mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 17:40:39 +00:00
Add documentation for run-to-sample or run-to-NaN/infinity buttons
This commit is contained in:
@@ -72,6 +72,14 @@ The keyboard shortcuts for these controls are :kbd:`F5` and :kbd:`Shift-F5` resp
|
||||
|
||||
You can set a breakpoint by pressing :kbd:`F9` (this will also remove a breakpoint that is already there). When running in each direction or to cursor (see below) if execution hits a breakpoint it will stop.
|
||||
|
||||
.. |runsample| image:: ../imgs/icons/runsample.png
|
||||
|
||||
This button will run to the next texture load, gather or sample operation, and stop as if a breakpoint had been placed on that instruction.
|
||||
|
||||
.. |runnaninf| image:: ../imgs/icons/runnaninf.png
|
||||
|
||||
This button will run to the next operation that generates either a NaN or infinity value instead of a floating point value. This will not apply to operations that produce integer results which may be NaN/infinity when interpreted as float.
|
||||
|
||||
.. |stepnext| image:: ../imgs/icons/stepnext.png
|
||||
.. |stepprev| image:: ../imgs/icons/stepprev.png
|
||||
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 457 B |
Binary file not shown.
|
After Width: | Height: | Size: 426 B |
Reference in New Issue
Block a user