mirror of
https://github.com/odin-lang/Odin.git
synced 2026-04-20 05:20:28 +00:00
Merge pull request #5025 from openhood/wgpu-fix-wrong-function-name
Fix wrong function name from `genericAdapterInfo` to `genericGetAdapterInfo` in wgpu.js
This commit is contained in:
4
vendor/wgpu/wgpu.js
vendored
4
vendor/wgpu/wgpu.js
vendored
@@ -340,8 +340,8 @@ class WebGPUInterface {
|
||||
|
||||
return STATUS_SUCCESS;
|
||||
}
|
||||
|
||||
genericAdapterInfo(infoPtr) {
|
||||
|
||||
genericGetAdapterInfo(infoPtr) {
|
||||
this.assert(infoPtr != 0);
|
||||
|
||||
const off = this.struct(infoPtr);
|
||||
|
||||
Reference in New Issue
Block a user