We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29309e0 commit ccf9290Copy full SHA for ccf9290
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "gpu.js",
3
- "version": "2.10.3",
+ "version": "2.10.4",
4
"description": "GPU Accelerated JavaScript",
5
"engines": {
6
"node": ">=8.0.0"
@@ -21,7 +21,7 @@
21
"acorn": "^7.1.1",
22
"gl": "^4.5.2",
23
"gl-wiretap": "^0.6.2",
24
- "gpu-mock.js": "^1.1.1"
+ "gpu-mock.js": "^1.3.0"
25
},
26
"devDependencies": {
27
"benchmark": "^2.1.4",
src/index.d.ts
@@ -566,6 +566,7 @@ export interface IGPUTextureSettings {
566
dimensions: number[];
567
output: number[];
568
context: WebGLRenderingContext;
569
+ kernel: Kernel;
570
gpu?: GPU;
571
type?: GPUTextureType;
572
}
0 commit comments