cowtrix / voxul

voxul is a voxel framework and voxel mesh editing tool for Unity.
Apache License 2.0
62 stars 7 forks source link

Compute Shader Threading Mode #5

Open cowtrix opened 2 years ago

cowtrix commented 2 years ago

Try and implement a Compute Shader threading mode. This will probably require writing a copy of the algo in Unity's CUDA equivalent. Best to do this when the algo has been fully nailed down - which is, afaik, pretty close.