소스 검색

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),
 					};
 				}