Procházet zdrojové kódy

wgpu: stringView -> StringView typo

Laytan Laats před 6 měsíci
rodič
revize
a9d4cb96b0
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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),
 					};
 				}