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

Use a new wgpu::Adapter for each wgpu::Device. #496

Merged
merged 1 commit into from
Jun 1, 2024
Merged

Use a new wgpu::Adapter for each wgpu::Device. #496

merged 1 commit into from
Jun 1, 2024

Conversation

kpreid
Copy link
Owner

@kpreid kpreid commented Jun 1, 2024

This obeys the rules for requestDevice() in the WebGPU specification, which wgpu does not yet enforce but may in a future version.

Only tests and headless::Builder are affected.

This obeys the rules for `requestDevice()` in the WebGPU specification,
which `wgpu` does not yet enforce but may in a future version.

Only tests and `headless::Builder` are affected.
@kpreid kpreid merged commit 0a48306 into main Jun 1, 2024
14 checks passed
@kpreid kpreid deleted the device branch June 8, 2024 03:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant