Make Extent3D::width non-optional.
This is to follow the changes in the upstream WebGPU spec. Bug: dawn:22 Change-Id: I192c5ffe6008ac13ce466e712dd98528938b5e63 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/43881 Reviewed-by: Austin Eng <enga@chromium.org> Reviewed-by: Brandon Jones <bajones@chromium.org> Commit-Queue: Corentin Wallez <cwallez@chromium.org>
This commit is contained in:
parent
6e62183aa5
commit
a736d96ffb
|
@ -866,7 +866,7 @@
|
||||||
"extent 3D": {
|
"extent 3D": {
|
||||||
"category": "structure",
|
"category": "structure",
|
||||||
"members": [
|
"members": [
|
||||||
{"name": "width", "type": "uint32_t", "default": 1},
|
{"name": "width", "type": "uint32_t"},
|
||||||
{"name": "height", "type": "uint32_t", "default": 1},
|
{"name": "height", "type": "uint32_t", "default": 1},
|
||||||
{"name": "depth", "type": "uint32_t", "default": 1}
|
{"name": "depth", "type": "uint32_t", "default": 1}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue