mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-09 21:47:47 +00:00
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:
committed by
Dawn LUCI CQ
parent
31f12242da
commit
a4357a7619
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user