Skip to content

Commit

Permalink
Replace default with standard
Browse files Browse the repository at this point in the history
  • Loading branch information
ccameron-chromium committed Jul 9, 2024
1 parent f5493e7 commit 245c838
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions EXPLAINER.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ accurate characterization of the behavior of all implemenations is:
> E.g, the color value (1.09,-0.23,-0.15) in an 'srgb' canvas will produce
> the same color as the color value (1,0,0) in 'display-p3' canvas.

## Goal

The goal of this proposal is to provide a mechanism through which a WebGPU
Expand All @@ -48,12 +47,12 @@ Add the following new dictionaries.

```webidl
enum GPUCanvasToneMappingMode {
"default",
"standard",
"extended",
};
dictionary GPUCanvasToneMapping {
GPUCanvasToneMappingMode mode = "default";
GPUCanvasToneMappingMode mode = "standard";
};
partial dictionary GPUCanvasConfiguration {
Expand Down

0 comments on commit 245c838

Please sign in to comment.