The Frame Capture settings can be found in the GPU PerfClient Windows\Settings dialog.
Frame Capture is turned on by default and can be enabled or disabled using the Frame Capture check box.
The Frame Capture check box also enables the following check boxes:
- Flatten Command List When checked the contexts of CommandLists will be displayed in the Frame Debugger. When unchecked only the ExecuteCammandList function call will be displayed.
- Copy mapped buffers using CPU When checked the buffer copies used in the Frame Capture will be done on the CPU. When unchecked the copies are made on the GPU.
- Filter non-draw/Dispatch draw calls When checked the non-draw calls and Dispatch calls will not be recorded in the Frame Capture.