Update dawn.json to new schema for newly added structs
extensible: true -> extensible: "in" Change-Id: I2aa63df0bcbfb61c4844f871606a57a90192b270 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/64661 Reviewed-by: Kai Ninomiya <kainino@chromium.org> Commit-Queue: Austin Eng <enga@chromium.org>
This commit is contained in:
parent
3075c681ec
commit
1a965ab7f8
|
@ -19,7 +19,7 @@
|
||||||
|
|
||||||
"request adapter options": {
|
"request adapter options": {
|
||||||
"category": "structure",
|
"category": "structure",
|
||||||
"extensible": true,
|
"extensible": "in",
|
||||||
"tags": ["upstream"],
|
"tags": ["upstream"],
|
||||||
"members": [
|
"members": [
|
||||||
{"name": "compatible surface", "type": "surface"}
|
{"name": "compatible surface", "type": "surface"}
|
||||||
|
@ -91,7 +91,7 @@
|
||||||
},
|
},
|
||||||
"device descriptor": {
|
"device descriptor": {
|
||||||
"category": "structure",
|
"category": "structure",
|
||||||
"extensible": true,
|
"extensible": "in",
|
||||||
"tags": ["upstream"],
|
"tags": ["upstream"],
|
||||||
"_TODO": "Add requiredFeatures and requiredLimits support",
|
"_TODO": "Add requiredFeatures and requiredLimits support",
|
||||||
"members": []
|
"members": []
|
||||||
|
|
Loading…
Reference in New Issue