mirror of
https://github.com/gpujs/gpu.js.git
synced 2026-01-18 16:04:10 +00:00
corrected typo
This commit is contained in:
parent
6b372069be
commit
58fd3163bc
@ -93,7 +93,7 @@ myFunc();
|
||||
// Result: [0, 1, 2, 3, ... 99]
|
||||
```
|
||||
|
||||
Note: Instead of creating an object, you can use the chainable shortcut methods as a neater way of specificying options.
|
||||
Note: Instead of creating an object, you can use the chainable shortcut methods as a neater way of specifying options.
|
||||
|
||||
```js
|
||||
const myFunc = gpu.createKernel(function() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user