WuhuIslandTesting/Library/PackageCache/com.unity.render-pipelines.universal@8148.0.7-4/Runtime/SampleCount.cs
2025-01-07 02:06:59 +01:00

9 lines
138 B
C#

namespace UnityEngine.Rendering.Universal
{
public enum SampleCount
{
One = 1,
Two = 2,
Four = 4,
}
}