Skip to content

Commit 8a95c54

Browse files
Merge pull request #454 from gpujs/rc7-cleanup
Rc7 cleanup
2 parents bbfa78f + 00ee2ba commit 8a95c54

File tree

82 files changed

+23890
-6467
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

82 files changed

+23890
-6467
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Settings are an object used to create a `kernel` or `kernelMap`. Example: `gpu.
110110
* wraparound: boolean
111111
* hardcodeConstants: boolean
112112
* floatTextures: boolean - input/working textures use float32 for each colour channel
113-
* floatOutput: boolean - output texture uses float32 for each colour channel
113+
* precision: 'single' or 'unsigned' - if 'single' output texture uses float32 for each colour channel rather than 8
114114
* fixIntegerDivisionAccuracy: boolean - some cards have accuracy issues dividing by factors of three and some other primes (most apple kit?). Default on for affected cards, disable if accuracy not required.
115115
* functions: array or object
116116
* nativeFunctions: object

0 commit comments

Comments
 (0)