Skip to content

Commit 21b9e3b

Browse files
fix: Shorten up kernelRunShortcut
fix: Update typescript definitions fix: `GPU.createKernel`'s `onRequestFallback` to switch kernels entirely so the fallback doesn't continue to happen over and over fix: `GPU.createKernel`'s `onRequestFallback` to use `argumentTypes` fix: Minification fix: examples to use minification fix: Fix kernel string to support `Array1D(2|3|4)` and `Array3D(2|3|4)` fix: `lookupKernelValueType` to as well get type, to make lookup easier for `Texture`s fix: `Kernel` to properly build `this.kernelArguments` and `this.kernelConstants` fix: `KernelValue` to get its type from `value.type` if it exists fix: `@returns` keyword in favor of `@return` in some places fix: DoxDox documentation issue fix: Remove old reference to "Automatically-built Documentation", no longer applicable fix: Bump and build
1 parent 86af54e commit 21b9e3b

33 files changed

+1549
-32481
lines changed

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ NOTE: documentation is slightly out of date for the upcoming release of v2. We
9494
* [Typescript Typings](#typescript-typings)
9595
* [Dealing With Transpilation](#dealing-with-transpilation)
9696
* [Full API reference](#full-api-reference)
97-
* [Automatically-built Documentation](#automatically-built-documentation)
9897
* [Contributors](#contributors)
9998
* [Contributing](#contributing)
10099
* [How possible in node](#how-possible-in-node)
@@ -886,10 +885,6 @@ Here is a list of a few things that GPU.js does to fix transpilation:
886885

887886
You can find a [complete API reference here](https://doxdox.org/gpujs/gpu.js/).
888887

889-
## Automatically-built Documentation
890-
891-
Documentation of the codebase is [automatically built](https://github.com/gpujs/gpu.js/wiki/Automatic-Documentation).
892-
893888
## Terms Explained
894889
* Kernel - A function that is tightly coupled to program that runs on the Graphic Processor
895890
* Texture - A graphical artifact that is packed with data, in the case of GPU.js, bit shifted parts of a 32 bit floating point decimal

0 commit comments

Comments
 (0)