InsertDebugMarker: fix groupLabel -> markerLabel

Upstream webgpu.h change:
https://github.com/webgpu-native/webgpu-headers/pull/61

Bug: dawn:22
Change-Id: I1f971bf0d15068904324721bb9fc3e27e9a5ec0a
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/24685
Reviewed-by: Corentin Wallez <cwallez@chromium.org>
Commit-Queue: Corentin Wallez <cwallez@chromium.org>
This commit is contained in:
Kai Ninomiya 2020-07-12 16:01:38 +00:00 committed by Commit Bot service account
parent 53405b54d5
commit 51bbbefa02
1 changed files with 4 additions and 4 deletions

View File

@ -380,7 +380,7 @@
{
"name": "insert debug marker",
"args": [
{"name": "group label", "type": "char", "annotation": "const*", "length": "strlen"}
{"name": "marker label", "type": "char", "annotation": "const*", "length": "strlen"}
]
},
{
@ -436,7 +436,7 @@
{
"name": "insert debug marker",
"args": [
{"name": "group label", "type": "char", "annotation": "const*", "length": "strlen"}
{"name": "marker label", "type": "char", "annotation": "const*", "length": "strlen"}
]
},
{
@ -1069,7 +1069,7 @@
{
"name": "insert debug marker",
"args": [
{"name": "group label", "type": "char", "annotation": "const*", "length": "strlen"}
{"name": "marker label", "type": "char", "annotation": "const*", "length": "strlen"}
]
},
{
@ -1227,7 +1227,7 @@
{
"name": "insert debug marker",
"args": [
{"name": "group label", "type": "char", "annotation": "const*", "length": "strlen"}
{"name": "marker label", "type": "char", "annotation": "const*", "length": "strlen"}
]
},
{