瀏覽代碼

wgpu: stringView -> StringView typo

Laytan Laats 6 月之前
父節點
當前提交
a9d4cb96b0
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      vendor/wgpu/wgpu.js

+ 1 - 1
vendor/wgpu/wgpu.js

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