gpujs / gpu.js

GPU Accelerated JavaScript
https://gpu.rocks
MIT License
15.03k stars 643 forks source link

setTactic and tactic are missing in kernel #800

Open SpicyMelonYT opened 1 year ago

SpicyMelonYT commented 1 year ago

image

What is wrong?

Kernels are created without setTactic function and tactic field. I need this to set to high precision so that my noise function doesn't look like poop

Where does it happen?

How do we replicate the issue?

How important is this (1-5)?

3

Expected behavior (i.e. solution)

call to function and function runs

Other Comments

Error Message: Uncaught (in promise) TypeError: func.setTactic is not a function func is a kernel made with gpu.createKernel();