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

Write frame end markers to capture file #1191

Merged
merged 3 commits into from
Jul 19, 2023

Commits on Jul 17, 2023

  1. Unify frame count vars in capture manager

    Remove `global_frame_count_` and always use `current_frame_`.
    davidd-lunarg committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    ddcab19 View commit details
    Browse the repository at this point in the history
  2. Write frame markers to capture file

    When the capture manager encounters an end of frame, write an end of
    frame marker to the capture file. When processing the file in the file
    processor, if end of frame markers are present, use those instead of
    specific API calls to track frame counts.
    davidd-lunarg committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    0f3c7f4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e631e3a View commit details
    Browse the repository at this point in the history