Ver código fonte

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

Jonathan Tron 5 meses atrás
pai
commit
57a92259d7
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      vendor/wgpu/wgpu.js

+ 2 - 2
vendor/wgpu/wgpu.js

@@ -340,8 +340,8 @@ class WebGPUInterface {
 
 		return STATUS_SUCCESS;
 	}
-	
-	genericAdapterInfo(infoPtr) {
+
+	genericGetAdapterInfo(infoPtr) {
 		this.assert(infoPtr != 0);
 
 		const off = this.struct(infoPtr);