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

Handle VR frame delimiters #1138

Merged
merged 4 commits into from
Jul 19, 2023

Commits on Jul 19, 2023

  1. Configuration menu
    Copy the full SHA
    e3eb04c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e34e23 View commit details
    Browse the repository at this point in the history
  3. Switch noop functions to only log warning once

    Also commit change to `generated_vulkan_export_json_consumer.cpp`
    that was made when running generate_vulkan.py
    davidd-lunarg committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    8af7c8b View commit details
    Browse the repository at this point in the history
  4. Provide func ptrs for debug marker cmds in capture

    Some VR applications use debug markers to identify frame boundaries but
    not all VR devices provide support for VK_EXT_debug_marker. With this
    change GFXR provides function pointers for the extension's functions
    in order to capture the debug marker calls and track VR frames.
    davidd-lunarg committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    fb4b9a0 View commit details
    Browse the repository at this point in the history