Files
BookRPG/Library/PackageCache/com.unity.render-pipelines.core@6f62546dd936/Runtime/PostProcessing/LensFlareOcclusionPermutation.cs
2026-07-16 21:49:59 +01:00

10 lines
172 B
C#

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