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 State Tracking for Trimming #182

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

Implement State Tracking for Trimming #182

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

Keep track of resource creation info and other state information that is required to capture a subset of frames. API state information will be written to the start of the capture file before the captured frames. The replay tool will use this information to create resources and setup the API state that is required by the captured frames.

Vulkan object handles will be wrapped and the creation/state info will be stored in the wrapper with the handle.

@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 implementation of state tracking for trimming is currently available on the dev branch.

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