Skip to content

Commit 3379378

Browse files
Merge pull request #582 from HADMARINE/patch-1
Update : Modify Typo in README.md
2 parents 012cfff + d8791d9 commit 3379378

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1034,8 +1034,8 @@ To assist with mostly unit tests, but perhaps in scenarios outside of GPU.js, th
10341034
* `GPU.isGPUSupported`: `boolean` - checks if GPU is in-fact supported
10351035
* `GPU.isKernelMapSupported`: `boolean` - checks if kernel maps are supported
10361036
* `GPU.isOffscreenCanvasSupported`: `boolean` - checks if offscreen canvas is supported
1037-
* `GOU.isWebGLSupported`: `boolean` - checks if WebGL v1 is supported
1038-
* `GOU.isWebGL2Supported`: `boolean` - checks if WebGL v2 is supported
1037+
* `GPU.isWebGLSupported`: `boolean` - checks if WebGL v1 is supported
1038+
* `GPU.isWebGL2Supported`: `boolean` - checks if WebGL v2 is supported
10391039
* `GPU.isHeadlessGLSupported`: `boolean` - checks if headlessgl is supported
10401040
* `GPU.isCanvasSupported`: `boolean` - checks if canvas is supported
10411041
* `GPU.isGPUHTMLImageArraySupported`: `boolean` - checks if the platform supports HTMLImageArray's

0 commit comments

Comments
 (0)