Rasagar/Library/PackageCache/com.unity.render-pipelines.core/Runtime/PostProcessing/LensFlareOcclusionPermutation.cs
2024-08-26 23:07:20 +03:00

10 lines
172 B
C#

namespace UnityEngine.Rendering
{
[GenerateHLSL]
internal enum LensFlareOcclusionPermutation
{
Depth = (1 << 0),
FogOpacity = (1 << 2),
}
}