Skip to content

Migrate from GPUAdapter.requestAdapterInfo to info member #3

@ErichDonGubler

Description

@ErichDonGubler

This line is going to start breaking in browsers that implement the recent removal of GPUAdapter.requestAdapterInfo from the WebGPU spec.

this.adapterInfo = await this.adapter.requestAdapterInfo()

The migration, as noted in that issue, is to move to the new info member instead.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions