Remove wgpu::ExternalTextureDescriptor::colorSpace

Fixed: dawn:1445
Change-Id: I33ea40b371f9f72a36205df58f1964e083e0bf4a
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/92247
Reviewed-by: Kai Ninomiya <kainino@chromium.org>
Kokoro: Kokoro <noreply+kokoro@google.com>
Commit-Queue: Corentin Wallez <cwallez@chromium.org>
This commit is contained in:
Corentin Wallez 2022-06-02 13:20:40 +00:00 committed by Dawn LUCI CQ
parent 3e5c78b3b0
commit 139d9c276a
1 changed files with 1 additions and 9 deletions

View File

@ -1354,8 +1354,7 @@
{"name": "dst transfer function parameters", "type": "float", "annotation": "const*",
"length": 7},
{"name": "gamut conversion matrix", "type": "float", "annotation": "const*",
"length": 9},
{"name": "color space", "type": "predefined color space", "default": "srgb"}
"length": 9}
]
},
"feature name": {
@ -1566,13 +1565,6 @@
{"value": 2, "name": "high performance"}
]
},
"predefined color space": {
"category": "enum",
"values": [
{"value": 0, "name": "undefined", "jsrepr": "undefined"},
{"value": 1, "name": "srgb"}
]
},
"present mode": {
"category": "enum",
"emscripten_no_enum_table": true,