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

Support worker for WebGPU #25580

Merged
merged 1 commit into from Jan 23, 2020
Merged

Support worker for WebGPU #25580

merged 1 commit into from Jan 23, 2020

Commits on Jan 23, 2020

  1. Support worker for WebGPU

    To create resource ids for the WebGPU we need to access the `IdentityHub`.
    In order to access the `IdentityHub` from a `Window` or a `Worker` as well, I've moved the `IdentityHub` to the `GlobalScope` from the `Navigator`.
    imiklos committed Jan 23, 2020
You can’t perform that action at this time.