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:
parent
53405b54d5
commit
51bbbefa02
|
@ -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"}
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue