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