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 latest wgpu #441

Open
wants to merge 10 commits into
base: trunk
Choose a base branch
from

Conversation

eliemichel
Copy link
Contributor

This PR builds upon #427 and adapts it to recent changes in wgpu.

My overall goal is to adapt to gfx-rs/wgpu#6360 so that we can finally implement WGPUFuture.

@almarklein
Copy link
Collaborator

23.0 is out, so the git hashes can be a proper version again :)

@fyellin
Copy link
Contributor

fyellin commented Nov 10, 2024

Quick request. I see you've added ComputePassSetPushConstants. Would it be difficult to also add RenderEncoderSetPutConstants. Not that I need it, but it seems that if we have two. we should have the complete set.

Thanks

@eliemichel
Copy link
Contributor Author

23.0 is out, so the git hashes can be a proper version again :)

Done!

Quick request. I see you've added ComputePassSetPushConstants.

Not the point of this PR, which only mechanically upgrade the underlying wgpu, you should open a dedicated issue ;)

@fyellin
Copy link
Contributor

fyellin commented Nov 12, 2024 via email

Copy link
Collaborator

@almarklein almarklein left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks good to me. @rajveermalviya do you have time to review this too? I'm not confident enough with Rust to judge most changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants