yasuohasegawa / UnityComputeProceduralMap

It's just one of my compute shader demo. It results that it takes only 19 SetPass calls and 25 batches to make this demo.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UnityComputeProceduralMap

It's just one of my compute shader demo. It results that it takes only 19 SetPass calls and 25 batches to make this demo.

Screenshot Screenshot

Procedural Map Generation

Screenshot First of all, I used the fragment shader to check how the procedural map looks like.
Images above is a how to approach the final result of the procedural map.
All these calculations that I brought into the compute shader.

It tested on the Windows 10 and Unity 2018.2.4f1.

About

It's just one of my compute shader demo. It results that it takes only 19 SetPass calls and 25 batches to make this demo.


Languages

Language:C# 55.9%Language:HLSL 28.0%Language:ShaderLab 16.0%