소스 검색

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

Jonathan Tron 5 달 전
부모
커밋
57a92259d7
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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);