API evolution GPUExtent3D.depth -> depthOrArrayLayers (Step 1)

First add a new but unused entry depthOrArrayLayers to Extent3D

Bug: chromium:1176969
Change-Id: Ie106c2be7306dd0f3f739385b4bbc89bf2359603
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/44982
Reviewed-by: Corentin Wallez <cwallez@chromium.org>
Reviewed-by: Austin Eng <enga@chromium.org>
Commit-Queue: Shrek Shao <shrekshao@google.com>
This commit is contained in:
shrekshao 2021-03-17 17:05:50 +00:00 committed by Commit Bot service account
parent 29d74454b8
commit 6f9bc3ac2c

View File

@ -875,7 +875,8 @@
"members": [
{"name": "width", "type": "uint32_t"},
{"name": "height", "type": "uint32_t", "default": 1},
{"name": "depth", "type": "uint32_t", "default": 1}
{"name": "depth", "type": "uint32_t", "default": 1},
{"name": "depthOrArrayLayers", "type": "uint32_t", "default": 1}
]
},
"fence": {