11 lines
133 B
C#
11 lines
133 B
C#
namespace UltimateWater.Internal
|
|
{
|
|
public enum ComputeShaderList
|
|
{
|
|
Simulation = 0,
|
|
Setup = 1,
|
|
Gauss = 2,
|
|
Transfer = 3
|
|
}
|
|
}
|