dawn.json: Noop fixup for writeTexture.

Fix a couple names in the definition of writeTexture.

Bug: None
Change-Id: I051b6db0db076a1150850b885073cc36d3bd4b0e
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/24900
Commit-Queue: Austin Eng <enga@chromium.org>
Reviewed-by: Austin Eng <enga@chromium.org>
This commit is contained in:
Corentin Wallez 2020-07-16 00:43:08 +00:00 committed by Commit Bot service account
parent 82961129b0
commit 1b9b53a395
1 changed files with 3 additions and 3 deletions

View File

@ -1015,11 +1015,11 @@
{
"name": "write texture",
"args": [
{"name": "destinaton", "type": "texture copy view", "annotation": "const*"},
{"name": "data", "type": "void", "annotation": "const*"},
{"name": "destination", "type": "texture copy view", "annotation": "const*"},
{"name": "data", "type": "void", "annotation": "const*", "length": "data size"},
{"name": "data size", "type": "size_t"},
{"name": "data layout", "type": "texture data layout", "annotation": "const*"},
{"name": "writeSize", "type": "extent 3D", "annotation": "const*"}
{"name": "write size", "type": "extent 3D", "annotation": "const*"}
]
}
]