-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
WebGPU: Implement wgpuAdapterGetInfo on GPUAdapter.info #22031
Conversation
@kainino0x Can you review when you have time? FIXME: I don't know how to properly call |
@kainino0x I believe we're in good shape now. |
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.
LGTM!
Summary I wrote into the squash-and-merge commit:
|
BTW the Chromium version for GPUAdapter.info is 127: https://chromiumdash.appspot.com/commit/9e908a7dca56215132ec7afc8962b18f993bbd2d |
This PR adds support for the upcoming GPUAdapter info attribute in Chromium. You can try the WIP CL at https://chromium-review.googlesource.com/c/chromium/src/+/5458182