Skip to content

Commit

Permalink
Remove srgb formats from canvas format list
Browse files Browse the repository at this point in the history
  • Loading branch information
kainino0x committed Nov 25, 2021
1 parent effb1ba commit bafe152
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions spec/index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -8773,8 +8773,7 @@ interface GPUCanvasContext {
The <dfn dfn>supported context formats</dfn> are a [=set=] of {{GPUTextureFormat}}s that must be
supported when specified as a {{GPUCanvasConfiguration}}.{{GPUCanvasConfiguration/format}}
regardless of the given {{GPUCanvasConfiguration}}.{{GPUCanvasConfiguration/device}},
initially set to: &laquo;{{GPUTextureFormat/"bgra8unorm"}}, {{GPUTextureFormat/"bgra8unorm-srgb"}},
{{GPUTextureFormat/"rgba8unorm"}}, {{GPUTextureFormat/"rgba8unorm-srgb"}}&raquo;.
initially set to: &laquo;{{GPUTextureFormat/"bgra8unorm"}}, {{GPUTextureFormat/"rgba8unorm"}}&raquo;.

<script type=idl>
enum GPUCanvasCompositingAlphaMode {
Expand Down

0 comments on commit bafe152

Please sign in to comment.