Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Trimming in the Capture Layer #183

Closed
dustin-lunarg opened this issue Feb 18, 2019 · 1 comment
Closed

Implement Trimming in the Capture Layer #183

dustin-lunarg opened this issue Feb 18, 2019 · 1 comment
Assignees
Labels
enhancement New feature or request task Work to be performed

Comments

@dustin-lunarg
Copy link
Contributor

Add a trimming mode to the capture layer, which allows capture to start and stop at user designated frames. Capture could be started stopped with the following:

  • A user specified range of frames, provided to the layer at initialization.
  • A "hot" key, which toggles capture on and off when pressed.

Depends on #182 for tracking API state while capture is disabled.

@dustin-lunarg dustin-lunarg added enhancement New feature or request task Work to be performed labels Feb 18, 2019
@dustin-lunarg dustin-lunarg self-assigned this Feb 18, 2019
@dustin-lunarg
Copy link
Contributor Author

The initial trimming implementation is currently available on the dev branch. One or more frame ranges can be specified with the GFXRECON_CAPTURE_FRAMES environment variable or debug.gfxrecon.capture_frames Android property. Specifying GFXRECON_CAPTURE_FRAMES=10,101-200 will create two capture files, one containing frame 10 and one containing frames 101 through 200.

The hot key feature for toggling frame capture is not currently implemented.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request task Work to be performed
Projects
None yet
Development

No branches or pull requests

1 participant