Graphic texture support
robertleeplummerjr
released this
14 Sep 15:56
·
378 commits
to master
since this release
Now output texture is supported when using:
gpu.createKernel(function() {...})
.setOutput(size)
.setGraphical(true)
.setOutputToTexture(true);
The graphical output can go directly to the kernel's output value.