wgpu: stringView -> StringView typo

This commit is contained in:
Laytan Laats
2025-02-27 22:29:51 +01:00
parent 1223b3e260
commit a9d4cb96b0
+1 -1
View File
@@ -1570,7 +1570,7 @@ class WebGPUInterface {
let descriptor;
if (descriptorPtr != 0) {
descriptor = {
label: this.stringView(descriptorPtr + 4),
label: this.StringView(descriptorPtr + 4),
};
}