Add support for the D3D12 Agility SDK#9130
Merged
cwfitzgerald merged 4 commits intogfx-rs:trunkfrom Mar 17, 2026
Merged
Conversation
803cd1f to
062df29
Compare
94d0be6 to
67b2056
Compare
3d3b1f2 to
305085b
Compare
86dd98a to
6db1622
Compare
6db1622 to
c3ca33e
Compare
inner-daemons
pushed a commit
to inner-daemons/wgpu
that referenced
this pull request
Mar 18, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Connections
Closes #6911
Description
This adds support to the D3D12 Agility SDK. This allows you to run a newer D3D12 runtime on older machines, more information is available on the docs.
Testing
Ran tests and examples with these set, it is being loaded. Validated this in the debugger as well. I have also added xtask support for fetching and using the latest agility sdk.
This now gets us CI coverage of 64bit atomics on DX12.
Squash or Rebase?
Rebase