19 lines
221 B
C#
Raw Normal View History

2025-01-25 04:38:09 +08:00
using System;
namespace AmplifyBloom
{
public enum DebugToScreenEnum
{
None,
Bloom,
MainThreshold,
FeaturesThreshold,
TemporalFilter,
BokehFilter,
LensFlare,
LensGlare,
LensDirt,
LensStarburst
}
}