Add Window at the end of SurfaceDescriptorFromXlib.

Bug: dawn:1246
Change-Id: I1917056e9bb2bde0997c072ab76963e9dd079bb3
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/75420
Reviewed-by: Austin Eng <enga@chromium.org>
Reviewed-by: Loko Kung <lokokung@google.com>
Commit-Queue: Corentin Wallez <cwallez@chromium.org>
This commit is contained in:
Corentin Wallez
2022-01-06 09:10:00 +00:00
committed by Dawn LUCI CQ
parent 31f12242da
commit a4357a7619
5 changed files with 11 additions and 11 deletions

View File

@@ -49,7 +49,7 @@ A **record** is a list of **record members**, each of which is a dictionary with
**`"native"`**, doesn't have any other key. This is used to define native types that can be referenced by name in other things.
**`"typedef"`** (usually only used for gradual deprecations):
- `"name"`: the name of the things this is a typedef for.
- `"type"`: the name of the things this is a typedef for.
**`"enum"`** an `uint32_t`-based enum value.
- `"values"` an array of enum values. Each value is a dictionary containing: