|
@@ -1570,7 +1570,7 @@ class WebGPUInterface {
|
|
let descriptor;
|
|
let descriptor;
|
|
if (descriptorPtr != 0) {
|
|
if (descriptorPtr != 0) {
|
|
descriptor = {
|
|
descriptor = {
|
|
- label: this.stringView(descriptorPtr + 4),
|
|
|
|
|
|
+ label: this.StringView(descriptorPtr + 4),
|
|
};
|
|
};
|
|
}
|
|
}
|
|
|
|
|