Hello!
- Will Unity shader in HLSL that I’d use to the heavy calculation for terrain generation on my PC, work on Mac or mobiles too? I mean, does Unity automatically translate HLSL to OpenGL and other shader languages etc?
- And is it good to use compute shader for calculation like marching cubes, noise generation?
- Do you have examples of marching cubes in compute shader?