mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-23 07:57:52 +00:00
wgpu: stringView -> StringView typo
This commit is contained in:
Vendored
+1
-1
@@ -1570,7 +1570,7 @@ class WebGPUInterface {
|
||||
let descriptor;
|
||||
if (descriptorPtr != 0) {
|
||||
descriptor = {
|
||||
label: this.stringView(descriptorPtr + 4),
|
||||
label: this.StringView(descriptorPtr + 4),
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user