gpu-mock.js
Advanced tools
Comparing version
import * as GPU from 'gpu.js'; | ||
export function gpuMock(kernelFunction: GPU.KernelFunction, settings?: GPU.IKernelSettings): GPU.IKernelRunShortcut; | ||
export function gpuMock<T>(kernelFunction: GPU.KernelFunction<T>, settings?: GPU.IKernelSettings): GPU.IKernelRunShortcut; |
{ | ||
"name": "gpu-mock.js", | ||
"version": "1.2.2", | ||
"version": "1.2.3", | ||
"description": "A simple mocker for testing threaded development", | ||
@@ -5,0 +5,0 @@ "files": [ |
9590
1.3%245
0.41%