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