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

Upgrade to wgpu v24 #17542

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from
Draft

Upgrade to wgpu v24 #17542

wants to merge 6 commits into from

Conversation

JMS55
Copy link
Contributor

@JMS55 JMS55 commented Jan 26, 2025

  • DXC handling has changed. Wgpu no longer falls back to FXC if DXC is not found, and DXC can be statically linked.
    • Maybe we should just unconditionally statically link DXC, and no longer support FXC or dynamically linked DXC?
  • Didn't remove WgpuWrapper. Not sure if it's needed or not still.

Testing

  • Did you test these changes? If so, how? Example runner
  • Are there any parts that need more testing? Web (atomics feature?)

@alice-i-cecile alice-i-cecile added this to the 0.16 milestone Jan 26, 2025
@alice-i-cecile alice-i-cecile added A-Rendering Drawing game state to the screen C-Dependencies A change to the crates that Bevy depends on X-Uncontroversial This work is generally agreed upon S-Needs-Testing Testing must be done before this is safe to merge labels Jan 26, 2025
@JMS55 JMS55 requested a review from atlv24 January 27, 2025 05:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Rendering Drawing game state to the screen C-Dependencies A change to the crates that Bevy depends on S-Needs-Testing Testing must be done before this is safe to merge X-Uncontroversial This work is generally agreed upon
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

2 participants