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

Store Arcs instead of IDs in render bundles #5242

Merged
merged 1 commit into from
Feb 15, 2024

Conversation

nical
Copy link
Contributor

@nical nical commented Feb 12, 2024

Connections

Description

This is a step towards not relying on IDs internally. It is also a dependency to not using IDs in trackers and fix our deduplicated resource leaks since the current bundle code uses trackers to store and get the actual resource arcs via IDs.

Checklist

  • Run cargo fmt.
  • Run cargo clippy.
  • Run cargo xtask test to run tests.

wgpu-core/src/command/draw.rs Show resolved Hide resolved
@cwfitzgerald cwfitzgerald merged commit 66ba64b into gfx-rs:trunk Feb 15, 2024
27 checks passed
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.

2 participants