Skip to content

Commit ccf9290

Browse files
fix: Update gpu-mock.js & Texture typeing
1 parent 29309e0 commit ccf9290

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gpu.js",
3-
"version": "2.10.3",
3+
"version": "2.10.4",
44
"description": "GPU Accelerated JavaScript",
55
"engines": {
66
"node": ">=8.0.0"
@@ -21,7 +21,7 @@
2121
"acorn": "^7.1.1",
2222
"gl": "^4.5.2",
2323
"gl-wiretap": "^0.6.2",
24-
"gpu-mock.js": "^1.1.1"
24+
"gpu-mock.js": "^1.3.0"
2525
},
2626
"devDependencies": {
2727
"benchmark": "^2.1.4",

src/index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -566,6 +566,7 @@ export interface IGPUTextureSettings {
566566
dimensions: number[];
567567
output: number[];
568568
context: WebGLRenderingContext;
569+
kernel: Kernel;
569570
gpu?: GPU;
570571
type?: GPUTextureType;
571572
}

0 commit comments

Comments
 (0)