Remove WGPU_STRIDE_UNDEFINED
It is no longer used, and WGPU_COPY_STRIDE_UNDEFINED replaces it. Fixed: dawn:520 Change-Id: I6a52fc9ed26e2e4785b5a2a5a06474108c73331a Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/126240 Commit-Queue: Austin Eng <enga@chromium.org> Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Austin Eng <enga@chromium.org>
This commit is contained in:
parent
8a6ed63809
commit
a67bbe87b7
|
@ -2958,13 +2958,6 @@
|
|||
"type": "size_t",
|
||||
"value": "SIZE_MAX"
|
||||
},
|
||||
"stride undefined" : {
|
||||
"category": "constant",
|
||||
"tags": ["deprecated"],
|
||||
"_TODO": "crbug.com/dawn/520: Remove WGPU_STRIDE_UNDEFINED in favor of WGPU_COPY_STRIDE_UNDEFINED.",
|
||||
"type": "uint32_t",
|
||||
"value": "(0xffffffffUL)"
|
||||
},
|
||||
"copy stride undefined" : {
|
||||
"category": "constant",
|
||||
"type": "uint32_t",
|
||||
|
|
Loading…
Reference in New Issue