Skip to content

Implement wgpu::ErrorFilter::Internal #4866

@Wumpf

Description

@Wumpf

As of writing, WebGPU spec names 3 error filters:

https://www.w3.org/TR/webgpu/#error-scopes

enum GPUErrorFilter {
    ["validation"](https://www.w3.org/TR/webgpu/#dom-gpuerrorfilter-validation),
    ["out-of-memory"](https://www.w3.org/TR/webgpu/#dom-gpuerrorfilter-out-of-memory),
    ["internal"](https://www.w3.org/TR/webgpu/#dom-gpuerrorfilter-internal),
};

internal is missing from wgpu::ErrorFilter

Metadata

Metadata

Labels

area: apiIssues related to API surfacegood first issueGood for newcomershelp requiredWe need community help to make this happen.

Type

No type

Projects

Status

Done

Relationships

None yet

Development

No branches or pull requests

Issue actions