Fix wrong function name from genericAdapterInfo to genericGetAdapterInfo in wgpu.js

This commit is contained in:
Jonathan Tron
2025-04-10 12:02:45 +02:00
parent 5912718002
commit 57a92259d7
+1 -1
View File
@@ -341,7 +341,7 @@ class WebGPUInterface {
return STATUS_SUCCESS; return STATUS_SUCCESS;
} }
genericAdapterInfo(infoPtr) { genericGetAdapterInfo(infoPtr) {
this.assert(infoPtr != 0); this.assert(infoPtr != 0);
const off = this.struct(infoPtr); const off = this.struct(infoPtr);