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

Make sure to copy all of the buffers into the resource array for dx12. #5091

Merged
merged 2 commits into from
Jan 19, 2024

Commits on Jan 18, 2024

  1. Make sure to copy all of the buffers into the resource array for dx12.

    Fixes gfx-rs#5088. Even though we're telling DX12 that the maximum frame latency should be our non-padded value, the swap chain may request any of the buffers allocated to it.
    dtzxporter committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    a7a39d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    95fe938 View commit details
    Browse the repository at this point in the history