forked from BilalY/Rasagar
10 lines
172 B
C#
10 lines
172 B
C#
namespace UnityEngine.Rendering
|
|
{
|
|
[GenerateHLSL]
|
|
internal enum LensFlareOcclusionPermutation
|
|
{
|
|
Depth = (1 << 0),
|
|
FogOpacity = (1 << 2),
|
|
}
|
|
}
|