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:
Austin Eng 2021-09-20 18:19:55 +00:00 committed by Dawn LUCI CQ
parent 3075c681ec
commit 1a965ab7f8
1 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@
"request adapter options": {
"category": "structure",
"extensible": true,
"extensible": "in",
"tags": ["upstream"],
"members": [
{"name": "compatible surface", "type": "surface"}
@ -91,7 +91,7 @@
},
"device descriptor": {
"category": "structure",
"extensible": true,
"extensible": "in",
"tags": ["upstream"],
"_TODO": "Add requiredFeatures and requiredLimits support",
"members": []