-
Notifications
You must be signed in to change notification settings - Fork 106
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
base: trunk
Are you sure you want to change the base?
Upgrade to latest wgpu #441
Conversation
23.0 is out, so the git hashes can be a proper version again :) |
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 |
Done!
Not the point of this PR, which only mechanically upgrade the underlying wgpu, you should open a dedicated issue ;) |
I was about to send you an email to cancel that previous request. It
turns out that RenderBundleSetPushConstants is completely broken, and has
probably never been used. I'm in the middle of creating a bug report.
…On Mon, Nov 11, 2024 at 11:44 PM Elie Michel ***@***.***> wrote:
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 ;)
—
Reply to this email directly, view it on GitHub
<#441 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABC2LIP265GQH5RJKW23R3L2AGWVHAVCNFSM6AAAAABP33FGCSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINRZHAYDQNJUGI>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
There was a problem hiding this 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.
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
.