mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-05-15 03:41:34 +00:00
Fix predefined color space undefined jsrepr
Small fix found during emscripten updates. Bug: none Change-Id: Ib678a2002c76c0f7fd7bea5431a36df501c22074 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/80700 Commit-Queue: Shrek Shao <shrekshao@google.com> Auto-Submit: Shrek Shao <shrekshao@google.com> Reviewed-by: Austin Eng <enga@chromium.org> Commit-Queue: Austin Eng <enga@chromium.org>
This commit is contained in:
parent
7c0afdf390
commit
13426d5b6b
@ -1526,7 +1526,7 @@
|
|||||||
"predefined color space": {
|
"predefined color space": {
|
||||||
"category": "enum",
|
"category": "enum",
|
||||||
"values": [
|
"values": [
|
||||||
{"value": 0, "name": "undefined"},
|
{"value": 0, "name": "undefined", "jsrepr": "undefined"},
|
||||||
{"value": 1, "name": "srgb"}
|
{"value": 1, "name": "srgb"}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user