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

Drop the global_id usage from wgpu, since it no longer exists on the latest version #949

Closed
wants to merge 1 commit into from

Conversation

dfellis
Copy link
Member

@dfellis dfellis commented Nov 4, 2024

A necessary pre-req before I can upgrade wgpu

@dfellis dfellis self-assigned this Nov 4, 2024
}
}

impl Eq for GBuffer {}

impl Hash for GBuffer {
fn hash<H: Hasher>(&self, state: &mut H) {
self.0.global_id().hash(state);
self.0.hash(state);

Check failure

Code scanning / clippy

the method hash exists for struct Rc<Buffer>, but its trait bounds were not satisfied Error

the method hash exists for struct Rc<Buffer>, but its trait bounds were not satisfied
@@ -900,7 +902,7 @@
label: None,
layout: None,
module: &module,
entry_point: &gg.entrypoint,
entry_point: Some(&gg.entrypoint),

Check failure

Code scanning / clippy

mismatched types Error

mismatched types
@dfellis
Copy link
Member Author

dfellis commented Nov 4, 2024

Oh, right, part of this depends on the update to the library, too. Let me try and attach it to the dependabot PR.

@dfellis dfellis closed this Nov 4, 2024
@dfellis dfellis deleted the drop-global-id branch November 4, 2024 15:19
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.

1 participant