mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-08-05 11:45:54 +00:00
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:
parent
29d74454b8
commit
6f9bc3ac2c
@ -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": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user