Files
2026-02-21 16:45:37 +08:00

11 lines
133 B
C#

namespace UltimateWater.Internal
{
public enum ComputeShaderList
{
Simulation = 0,
Setup = 1,
Gauss = 2,
Transfer = 3
}
}