mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 07:38:48 +00:00
Fix wrong function name from genericAdapterInfo to genericGetAdapterInfo in wgpu.js
This commit is contained in:
Vendored
+1
-1
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user