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": {
|
||||
"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": []
|
||||
|
|
Loading…
Reference in New Issue