Skip to content

Commit 8ed25cf

Browse files
fix: #410 fully, with backward compatibility to old encoder
1 parent 3cf0e5f commit 8ed25cf

16 files changed

+5029
-4360
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ Settings are an object used to create a `kernel` or `kernelMap`. Example: `gpu.
178178
* `subKernels` or `kernel.setSubKernels(array)`: array, generally inherited from `GPU` instance.
179179
* `immutable` or `kernel.setImmutable(boolean)`: boolean, default = `false`
180180
* `strictIntegers` or `kernel.setStrictIntegers(boolean)`: boolean, default = `false` - allows undefined argumentTypes and function return values to use strict integer declarations.
181-
181+
* `useLegacyEncoder` or `kernel.setUseLegacyEncoder(boolean)`: boolean, default `false` - more info [here](https://github.com/gpujs/gpu.js/wiki/Encoder-details).
182182

183183

184184
## Creating and Running Functions

bin/gpu-browser-core.js

Lines changed: 326 additions & 241 deletions
Large diffs are not rendered by default.

bin/gpu-browser-core.min.js

Lines changed: 327 additions & 242 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)